Spread Windows Forms 15.0
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
    public HorizontalAlignment TextAlign {get; set;}
    See Also