ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / TextAlign Property

In This Topic
    TextAlign Property (C1NumericEdit)
    In This Topic
    Gets or sets how text is aligned in a C1TextBox control.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As HorizontalAlignment
    public HorizontalAlignment TextAlign {get; set;}
    See Also