[]
        
(Showing Draft Content)

C1.WPF.Docking.DropPosition

DropPosition Enum

The possible positions to drop a docking element relative to another.

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

Fields

Name Description
Bottom

The dragged element will take place at the bottom of the drop target.

Left

The dragged element will take place to the left of the drop target.

Over

The dragged C1DockTabItem will be added to the C1DockTabControl drop target items.

Right

The dragged element will take place to the right of the drop target.

Top

The dragged element will take place at the top of the drop target.