[]
        
(Showing Draft Content)

C1.WPF.C1DockPanel

C1DockPanel Class

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1DockPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1DockPanel()

Initializes a new instance of a C1DockPanel.

Fields

Name Description
DockProperty

Identifies the Dock attached property.

LastChildFillProperty

Identifies the LastChildFill dependency property.

Properties

Name Description
LastChildFill

Gets or sets a value indicating whether the last child of the panel fills the remaining space.

Methods

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.

Extension Methods