[]
        
(Showing Draft Content)

C1.WPF.Dock

Dock Enum

Specifies how controls are sized and aligned within C1.Silverlight.C1DockPanel controls.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum Dock : byte

Fields

Name Description
Bottom

The control's bottom edge is docked to the bottom of its containing control.

Left

The control's left edge is docked to the left edge of its containing control.

Right

The control's right edge is docked to the right edge of its containing control.

Top

The control's top edge is docked to the top of its containing control.

Extension Methods