Class DragState
Specifies the state of the SfDiagram elements when they are dragging.
Inheritance
System.Object
DragState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class DragState : Enum
Fields
Completed
Specifies the completed state of the drawing object.
Declaration
public const DragState Completed
Field Value
Type |
---|
DragState |
Dragging
Specifies the dragging state of the drawing object.
Declaration
public const DragState Dragging
Field Value
Type |
---|
DragState |
None
disables all the dragstate.
Declaration
public const DragState None
Field Value
Type |
---|
DragState |
Started
Specifies the started state of the drawing object.
Declaration
public const DragState Started
Field Value
Type |
---|
DragState |
Starting
Specifies the starting state of the drawing object.
Declaration
public const DragState Starting
Field Value
Type |
---|
DragState |