FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ShadowOffsetX Property


In This Topic
ShadowOffsetX Property (CalloutArrowShape)
In This Topic
Gets or sets the amount of horizontal offset of the shadow of the object.
Syntax
'Declaration
 
Public Property ShadowOffsetX As Single
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Single
 
instance.ShadowOffsetX = value
 
value = instance.ShadowOffsetX
See Also