ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockGroup Class / DockHeight Property

In This Topic
    DockHeight Property (C1DockGroup)
    In This Topic
    Gets or sets the desired vertical size for this element.
    Syntax
    'Declaration
     
    Public Property DockHeight As Double
    public double DockHeight {get; set;}
    See Also