[]
The DockPanel is a layout panel, that layouts children elements to the left, right, top, bottom or center of the panel.
public class DockPanel : BasePanel, ISupportUia
| Name | Description |
|---|---|
| DockPanel() | Initializes a new instance of the DockPanel. |
| DockPanel(Style) | Initializes a new instance of the DockPanel with the specified style. |
| Name | Description |
|---|---|
| _dock |
| 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. |