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


In This Topic
ResetShadowOffsetX Method (CalloutArrowShape)
In This Topic
Resets the amount of offset of the shadow in the horizontal direction to the default value, which is 5.0F.
Syntax
'Declaration
 
Public Overridable Sub ResetShadowOffsetX() 
 
'Usage
 
Dim instance As CalloutArrowShape
 
instance.ResetShadowOffsetX()
See Also