Enum DockControlTreePosition
Specifies the position of DockTree objects inside DockControl.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DockControlTreePosition
Fields
| Name | Description |
|---|---|
| Bottom | The DockTree is positioned at the bottom of DockControl. |
| Document | The DockTree takes all the rest available area of DockControl. |
| Left | The DockTree is positioned on the left side of DockControl. |
| Right | The DockTree is positioned on the right side of DockControl. |
| Top | The DockTree is positioned at the top of DockControl. |