[]
The possible positions to drop a docking element relative to another.
public enum DropPosition
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. |