Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1SplitButton Class / TextAlign Property

In This Topic
    TextAlign Property (C1SplitButton)
    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