FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / ShouldSerializeShapeOutlineStyle Method


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