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

In This Topic
    ItemSize Property
    In This Topic
    Gets or sets the size of the tabs (if empty, the size is calculated automatically based on content).
    Syntax
    'Declaration
     
    
    Public Property ItemSize As Size
    public Size ItemSize {get; set;}
    See Also