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 Dock
    public Dock Dock {get; set;}
    See Also