[]
        
(Showing Draft Content)

C1.WPF.Core.C1DockPanel

C1DockPanel Class

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

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

Constructors

Name Description
C1DockPanel()

Initializes a new instance of the C1DockPanel class.

Fields

Name Description
DockProperty

Identifies the Dock attached property.

LastChildFillProperty

Identifies the LastChildFill dependency property.

Properties

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.

Methods

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.