ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / TextAlign Property

In This Topic
    TextAlign Property (C1Combo)
    In This Topic
    Determines how the text will be aligned within the editor.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As HorizontalAlignment
    public HorizontalAlignment TextAlign {get; set;}
    See Also