Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class / TextAlign Property


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