'Declaration Public Enum DropPosition Inherits System.Enum
public enum DropPosition : System.Enum
'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