The possible positions to drop a docking element relative to another.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public enum DropPosition
Visual Basic
Public Enumeration DropPosition

Members

Member nameValueDescription
Left0 The dragged element will take place to the left of the drop target.
Top1 The dragged element will take place at the top of the drop target.
Right2 The dragged element will take place to the right of the drop target.
Bottom3 The dragged element will take place at the bottom of the drop target.
Over4 The dragged C1DockTabItem will be added to the C1DockTabControl drop target items.

See Also