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


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