Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CentralTabMinimumSize Class / Width Property

In This Topic
    Width Property (CentralTabMinimumSize)
    In This Topic
    Gets or sets the minimum width of the central tab. This must be a non-negative value.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    public int Width {get; set;}
    See Also