[]
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
public class C1DockPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| C1DockPanel() | Initializes a new instance of the C1DockPanel class. |
| Name | Description |
|---|---|
| DockProperty | Identifies the Dock attached property. |
| LastChildFillProperty | Identifies the LastChildFill dependency property. |
| Name | Description |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| LastChildFill | Gets or sets a value indicating whether the last child of the panel fills the remaining space. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1DockPanel class. |
| GetDock(DependencyObject) | Gets the value of the Dock attached property for the specified element. |
| MeasureOverride(Size) | |
| OnApplyTemplate() | |
| SetDock(DependencyObject, Dock) | Sets the value of the Dock attached property for the specified element. |