[]
        
(Showing Draft Content)

C1.Framework.DockPanel

DockPanel Class

The DockPanel is a layout panel, that layouts children elements to the left, right, top, bottom or center of the panel.

Implements
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class DockPanel : BasePanel, ISupportUia

Constructors

Name Description
DockPanel()

Initializes a new instance of the DockPanel.

DockPanel(Style)

Initializes a new instance of the DockPanel with the specified style.

Fields

Name Description
_dock

Methods

Name Description
AddChild(Element, DockStyle)

Adds child element with the specified DockStyle option.

Clone()

Returns a clone of this element.

GetDock(Element)

Returns the DockStyle option used for the specified child element.

Layout(Graphics)

Layout this element based on its style and contents.

LayoutChildren(Graphics)
SetDock(Element, DockStyle)

Changes the DockStyle option for the specified child element.