InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTextBox Class / TextAlign Property

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