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

In This Topic
    Alignment Property
    In This Topic
    Gets or sets the area of the control (top, bottom, left or right) where the tabs are aligned.
    Syntax
    'Declaration
     
    
    Public Property Alignment As TabAlignment
    public TabAlignment Alignment {get; set;}
    See Also