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


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