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


In This Topic
ResetShadowOffsetY Method (LineShape)
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 LineShape
 
instance.ResetShadowOffsetY()
See Also