DevZest WPF Docking
DockPosition Enumeration |
Specifies the dock position.
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 | |
---|---|---|---|
Unknown | 0 | The dock position is unknown. | |
Hidden | 1 | Shown as hidden. | |
Left | 2 | Shown on the left of DockControl. | |
LeftAutoHide | 3 | Shown in auto-hide mode, on the left of DockControl. | |
Right | 4 | Shown on the right of DockControl. | |
RightAutoHide | 5 | Shown in auto-hide mode, on the right of DockControl. | |
Top | 6 | Shown at the top of DockControl. | |
TopAutoHide | 7 | Shown in auto-hide mode, at the top of DockControl. | |
Bottom | 8 | Shown at the bottom of DockControl. | |
BottomAutoHide | 9 | Shown in auto-hide mode, at the bottom of DockControl. | |
Document | 10 | Shown as document. | |
Floating | 11 | Shown as floating. |
See Also