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


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