ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / DockMinWidth Property

In This Topic
    DockMinWidth Property (C1DockTabControl)
    In This Topic
    Gets or sets the minimum width constraint of the element.
    Syntax
    'Declaration
     
    Public Property DockMinWidth As Double
    public double DockMinWidth {get; set;}
    See Also