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


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