DevZest WPF Docking
DockTreePosition Enumeration |
Specifies the dock tree positions.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The dock tree is on the left of DockControl. | |
Right | 1 | The dock tree is on the right of DockControl. | |
Top | 2 | The dock tree is at the top of DockControl. | |
Bottom | 3 | The dock tree is at the bottom of DockControl. | |
Document | 4 | The dock tree fills the rest area of DockControl. | |
Floating | 5 | The dock tree is inside FloatingWindow. |
See Also