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


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