Specifies how controls are sized and aligned within C1DockPanel controls.
Namespace:
C1.XamlAssembly: C1.Xaml (in C1.Xaml.dll)
Syntax
| C# |
|---|
public enum Dock |
| Visual Basic |
|---|
Public Enumeration Dock |
Members
| Member name | Description | |
|---|---|---|
| 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. | |
| Bottom | The control's bottom edge is docked to the bottom of its containing control. |