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


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