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


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