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


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