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

In This Topic
    Padding Property (C1DockingTab)
    In This Topic
    Gets or sets the amount of space around images and text shown on the tabs.
    Syntax
    'Declaration
     
    
    Public Shadows Property Padding As Point
    public new Point Padding {get; set;}
    See Also