Enum DockPreference
Specifies the Dock preference.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DockPreference
Fields
| Name | Description |
|---|---|
| All | Indicates docked control preferred to dock in all direction. |
| Horizontal | Indicates the docked control preferred to dock in horizontal. |
| None | No dock preference. |
| Tabbed | Indicates the docked control preferred to tab docked. |
| Vertical | Indicates the docked control preferred to dock in vertical. |