Enum DockStyleEx
Indicates the DockStyleEx.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DockStyleEx
Fields
| Name | Description |
|---|---|
| Bottom | Docking style is Bottom |
| BottomMost | Docking style is BottomMost. |
| Fill | Docking style is Fill. |
| Left | Docking style is Left. |
| None | Docking style is None. |
| Right | Docking style is Right. |
| Top | Docking style is Top |
| TopMost | Docking style is TopMost. |