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


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