Enum DropPosition
Specifies the target drop position of drag and drop.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking.dll
Syntax
public enum DropPosition
Fields
Name | Description |
---|---|
Bottom | Drop to the bottom side. |
Fill | Drop to fill the DockPane or document area. |
Floating | Drop as floating. |
Left | Drop to the left side. |
None | Not a target drop position. |
Right | Drop to the right side. |
Tab | Drop to tab. |
Top | Drop to the top side. |