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


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