Specifies how controls are sized and aligned within C1DockPanel controls.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum Dock |
Visual Basic |
---|
Public Enumeration Dock |
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The control's left edge is docked to the left edge of its containing control. | |
Right | 1 | The control's right edge is docked to the right edge of its containing control. | |
Top | 2 | The control's top edge is docked to the top of its containing control. | |
Bottom | 3 | The control's bottom edge is docked to the bottom of its containing control. |