Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / AlignText Property


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