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

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