Spread Windows Forms 12.0 Product Documentation
TextAlign Property (NameBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NameBox Class : TextAlign Property
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
public HorizontalAlignment TextAlign {get; set;}
See Also

Reference

NameBox Class
NameBox Members