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

In This Topic
    TextAlign Property (C1ButtonControl)
    In This Topic
    Gets or sets the alignment of the text on the button control.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextAlign As ContentAlignment
    public virtual ContentAlignment TextAlign {get; set;}
    See Also