FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / AlignText Property


In This Topic
AlignText Property (ElementContainerControl)
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 ElementContainerControl
Dim value As TextAlign
 
instance.AlignText = value
 
value = instance.AlignText
See Also