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


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