[]
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
Name | Description |
---|---|
C1DockPanel() | Initializes a new instance of a C1DockPanel. |
Name | Description |
---|---|
DockProperty | Identifies the Dock attached property. |
LastChildFillProperty | Identifies the LastChildFill dependency property. |
Name | Description |
---|---|
LastChildFill | Gets or sets a value indicating whether the last child of the panel fills the remaining space. |
Name | Description |
---|---|
ArrangeOverride(Size) | |
GetDock(DependencyObject) | Gets the value of the Dock attached property for the specified element. |
MeasureOverride(Size) | |
SetDock(DependencyObject, Dock) | Sets the value of the Dock attached property for the specified element. |