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


In This Topic
ShouldSerializeShadowDirection Method (MultiSideShape)
In This Topic
Determines if the ShadowDirection property should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeShadowDirection() As Boolean
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Boolean
 
value = instance.ShouldSerializeShadowDirection()
See Also