Class DockPreference
Specifies the Dock preference.
Inheritance
System.Object
DockPreference
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DockPreference : Enum
Fields
All
Indicates docked control preferred to dock in all direction.
Declaration
public const DockPreference All
Field Value
| Type |
|---|
| DockPreference |
Horizontal
Indicates the docked control preferred to dock in horizontal.
Declaration
public const DockPreference Horizontal
Field Value
| Type |
|---|
| DockPreference |
None
No dock preference.
Declaration
public const DockPreference None
Field Value
| Type |
|---|
| DockPreference |
Tabbed
Indicates the docked control preferred to tab docked.
Declaration
public const DockPreference Tabbed
Field Value
| Type |
|---|
| DockPreference |
Vertical
Indicates the docked control preferred to dock in vertical.
Declaration
public const DockPreference Vertical
Field Value
| Type |
|---|
| DockPreference |