C1.WPF.Docking Namespace : DropPosition Enumeration |
'Declaration Public Enum DropPosition Inherits System.Enum
public enum DropPosition : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Docking.DropPosition
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2