Enum DraggingType
Specifies the dragging type for an instance is BorderDragging, ShadowDragging and NormalDragging.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum DraggingType
Fields
| Name | Description |
|---|---|
| BorderDragging | Only border of dragged element will be displayed at the cursor position while dragging. |
| NormalDragging | Entire dragged element will be displayed at the cursor position while dragging. |
| ShadowDragging | Shadow of dragged element will be displayed at the cursor position while dragging. |