ComponentOne DockControl for WPF and Silverlight
DropPosition Enumeration

C1.WPF.Docking Namespace : DropPosition Enumeration
The possible positions to drop a docking element relative to another.
Syntax
'Declaration
 
Public Enum DropPosition 
   Inherits System.Enum
public enum DropPosition : System.Enum 
Members
MemberDescription
BottomThe dragged element will take place at the bottom of the drop target.
LeftThe dragged element will take place to the left of the drop target.
OverThe dragged C1DockTabItem will be added to the C1DockTabControl drop target items.
RightThe dragged element will take place to the right of the drop target.
TopThe dragged element will take place at the top of the drop target.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Docking.DropPosition

See Also

Reference

C1.WPF.Docking Namespace