Show / Hide Table of Contents

Enum DockPosition

Specifies the dock position.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DockPosition

Fields

Name Description
Bottom

Shown at the bottom of DockControl.

BottomAutoHide

Shown in auto-hide mode, at the bottom of DockControl.

Document

Shown as document.

Floating

Shown as floating.

Hidden

Shown as hidden.

Left

Shown on the left of DockControl.

LeftAutoHide

Shown in auto-hide mode, on the left of DockControl.

Right

Shown on the right of DockControl.

RightAutoHide

Shown in auto-hide mode, on the right of DockControl.

Top

Shown at the top of DockControl.

TopAutoHide

Shown in auto-hide mode, at the top of DockControl.

Unknown

The dock position is unknown.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest