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