Specifies how controls are sized and aligned within C1DockPanel controls.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum Dock
Visual Basic
Public Enumeration Dock

Members

Member nameValueDescription
Left0 The control's left edge is docked to the left edge of its containing control.
Right1 The control's right edge is docked to the right edge of its containing control.
Top2 The control's top edge is docked to the top of its containing control.
Bottom3 The control's bottom edge is docked to the bottom of its containing control.

See Also