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

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