Enum DockPosition
Contains values that specify the location of a docking window.
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public enum DockPosition
Fields
| Name | Description |
|---|---|
| Bottom | The window is docked at the bottom. |
| Center | The window is docked at the center. |
| Left | The window is docked at the left. |
| None | The window is not docked. |
| Right | The window is docked at the right. |
| Self | The currently active tab. |
| Top | The window is docked at the top. |