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


In This Topic
ShouldSerializeTag Method (CalloutArrowShape)
In This Topic
Indicates whether the Tag property should be persisted.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeTag() As Boolean
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Boolean
 
value = instance.ShouldSerializeTag()
See Also