FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / Tag Property


In This Topic
Tag Property (FourWayArrowShape)
In This Topic
Gets or sets the tag for the element.
Syntax
'Declaration
 
Public Overridable Property Tag As Object
 
'Usage
 
Dim instance As FourWayArrowShape
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also