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


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