Class DraggingType
Specifies the dragging type for an instance is BorderDragging, ShadowDragging and NormalDragging.
Inheritance
System.Object
DraggingType
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DraggingType : Enum
Fields
BorderDragging
Only border of dragged element will be displayed at the cursor position while dragging.
Declaration
public const DraggingType BorderDragging
Field Value
Type |
---|
DraggingType |
NormalDragging
Entire dragged element will be displayed at the cursor position while dragging.
Declaration
public const DraggingType NormalDragging
Field Value
Type |
---|
DraggingType |
ShadowDragging
Shadow of dragged element will be displayed at the cursor position while dragging.
Declaration
public const DraggingType ShadowDragging
Field Value
Type |
---|
DraggingType |