FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / Text Property


In This Topic
Text Property (ThreeWayArrowShape)
In This Topic
Gets or sets the text for the element.
Syntax
'Declaration
 
Public Overridable Property Text As String
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also