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


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