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


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