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

In This Topic
    AlignTabs Property
    In This Topic
    Gets or sets the value indicating how tabs are aligned along the side of the page content area.
    Syntax
    'Declaration
     
    
    Public Property AlignTabs As StringAlignment
    public StringAlignment AlignTabs {get; set;}
    See Also