[]
        
(Showing Draft Content)

C1.WPF.Docking.DockMode

DockMode Enum

Possible states of visualization for a C1DockTabControl.

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.dll
Syntax
public enum DockMode

Fields

Name Description
Docked

The C1DockTabControl is pinned without overlap alongside other docked C1DockTabControls.

Floating

The C1DockTabControl hovers in a window over docked C1DockTabControls.

Hidden

The C1DockTabControl is not visible.

Sliding

The C1DockTabControl auto hides in the border of the C1DockControl.