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

In This Topic
    TabsSpacing Property (C1DockingTab)
    In This Topic
    Gets or sets the distance between tabs (may be negative to overlap tabs).
    Syntax
    'Declaration
     
    
    Public Property TabsSpacing As Integer
    public int TabsSpacing {get; set;}
    See Also