Enum DockSide
Specifies whether the control is docked to it's container in Left, Top, Right,Bottom, Tabbed, or none.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum DockSide
Fields
| Name | Description |
|---|---|
| Bottom | Control is docked to the bottom side of it's container. |
| Left | Control is docked to the left side of it's container. |
| None | Control is not docked. |
| Right | Control is docked to the top side of it's container. |
| Tabbed | Control is docked as a tab page of it's container. |
| Top | Control is docked to the right side of it's container. |