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
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Not a target drop position. | |
| Left | 1 | Drop to the left side. | |
| Right | 2 | Drop to the right side. | |
| Top | 3 | Drop to the top side. | |
| Bottom | 4 | Drop to the bottom side. | |
| Fill | 5 | Drop to fill the DockPane or document area. | |
| Tab | 6 | Drop to tab. | |
| Floating | 7 | Drop as floating. |
See Also