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


In This Topic
ShadowOffsetY Property (CalloutArrowShape)
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 CalloutArrowShape
Dim value As Single
 
instance.ShadowOffsetY = value
 
value = instance.ShadowOffsetY
See Also