DockTreePosition Enumeration

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
public enum DockTreePosition
Public Enumeration DockTreePosition
Members
  Member nameValueDescription
Left0The dock tree is on the left of DockControl.
Right1The dock tree is on the right of DockControl.
Top2The dock tree is at the top of DockControl.
Bottom3The dock tree is at the bottom of DockControl.
Document4The dock tree fills the rest area of DockControl.
Floating5The dock tree is inside FloatingWindow.
See Also