Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / TabTextAlignment Property

In This Topic
    TabTextAlignment Property
    In This Topic
    Gets or sets a value that specifies the alignment of a text shown on the tab.
    Syntax
    'Declaration
     
    
    Public Property TabTextAlignment As StringAlignment
    public StringAlignment TabTextAlignment {get; set;}
    See Also