The possible positions to drop a docking element relative to another.
Namespace:
C1.Silverlight.DockingAssembly: C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)
Syntax
C# |
---|
public enum DropPosition |
Visual Basic |
---|
Public Enumeration DropPosition |
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The dragged element will take place to the left of the drop target. | |
Top | 1 | The dragged element will take place at the top of the drop target. | |
Right | 2 | The dragged element will take place to the right of the drop target. | |
Bottom | 3 | The dragged element will take place at the bottom of the drop target. | |
Over | 4 | The dragged C1DockTabItem will be added to the C1DockTabControl drop target items. |