DockControlTreePosition Enumeration

DevZest WPF Docking

DockControlTreePosition Enumeration
Specifies the position of DockTree objects inside DockControl.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public enum DockControlTreePosition
Public Enumeration DockControlTreePosition
Members
  Member nameValueDescription
Left0The DockTree is positioned on the left side of DockControl.
Right1The DockTree is positioned on the right side of DockControl.
Top2The DockTree is positioned at the top of DockControl.
Bottom3The DockTree is positioned at the bottom of DockControl.
Document4The DockTree takes all the rest available area of DockControl.
See Also