[]
Specifies how controls are sized and aligned within C1.Silverlight.C1DockPanel controls.
public enum Dock : byte
| 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. |