ShadowOffsetY Property (LineShape)
In This Topic
Gets or sets the amount of vertical offset of the shadow of the object.
Syntax
'Declaration
Public Property ShadowOffsetY As Single
'Usage
Dim instance As LineShape
Dim value As Single
instance.ShadowOffsetY = value
value = instance.ShadowOffsetY
public float ShadowOffsetY {get; set;}
See Also