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
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The DockTree is positioned on the left side of DockControl. | |
Right | 1 | The DockTree is positioned on the right side of DockControl. | |
Top | 2 | The DockTree is positioned at the top of DockControl. | |
Bottom | 3 | The DockTree is positioned at the bottom of DockControl. | |
Document | 4 | The DockTree takes all the rest available area of DockControl. |
See Also