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


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