Enum DockTreePosition
Specifies the dock tree positions.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DockTreePosition
Fields
| Name | Description |
|---|---|
| Bottom | The dock tree is at the bottom of DockControl. |
| Document | The dock tree fills the rest area of DockControl. |
| Floating | The dock tree is inside FloatingWindow. |
| Left | The dock tree is on the left of DockControl. |
| Right | The dock tree is on the right of DockControl. |
| Top | The dock tree is at the top of DockControl. |