DropPosition Enumeration

DevZest WPF Docking

DropPosition Enumeration
Specifies the target drop position of drag and drop.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public enum DropPosition
Public Enumeration DropPosition
Members
  Member nameValueDescription
None0Not a target drop position.
Left1Drop to the left side.
Right2Drop to the right side.
Top3Drop to the top side.
Bottom4Drop to the bottom side.
Fill5Drop to fill the DockPane or document area.
Tab6Drop to tab.
Floating7Drop as floating.
See Also