FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / ResetShadowDirection Method


In This Topic
ResetShadowDirection Method (CalloutArrowShape)
In This Topic
Resets the direction of the shadow to the default, which is None.
Syntax
'Declaration
 
Public Overridable Sub ResetShadowDirection() 
 
'Usage
 
Dim instance As CalloutArrowShape
 
instance.ResetShadowDirection()
See Also