Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / TextAlign Property

In This Topic
    TextAlign Property (C1PickerBase)
    In This Topic
    Gets or sets the horizontal alignment of the content in the control.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As HorizontalAlignment
    public HorizontalAlignment TextAlign {get; set;}
    See Also