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

In This Topic
    Dock Property (C1DockGroup)
    In This Topic
    Gets or sets the edge of the parent to which this element should be attached.
    Syntax
    'Declaration
     
    Public Property Dock As C1.WPF.Dock
    public C1.WPF.Dock Dock {get; set;}
    See Also