DockPosition Enumeration

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
public enum DockPosition
Public Enumeration DockPosition
Members
  Member nameValueDescription
Unknown0The dock position is unknown.
Hidden1Shown as hidden.
Left2Shown on the left of DockControl.
LeftAutoHide3Shown in auto-hide mode, on the left of DockControl.
Right4Shown on the right of DockControl.
RightAutoHide5Shown in auto-hide mode, on the right of DockControl.
Top6Shown at the top of DockControl.
TopAutoHide7Shown in auto-hide mode, at the top of DockControl.
Bottom8Shown at the bottom of DockControl.
BottomAutoHide9Shown in auto-hide mode, at the bottom of DockControl.
Document10Shown as document.
Floating11Shown as floating.
See Also