Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / TextAlign Property

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