Enum DragState
Specifies the state of the SfDiagram elements when they are dragging.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum DragState
Fields
| Name | Description |
|---|---|
| Completed | Specifies the completed state of the drawing object. |
| Dragging | Specifies the dragging state of the drawing object. |
| None | disables all the dragstate. |
| Started | Specifies the started state of the drawing object. |
| Starting | Specifies the starting state of the drawing object. |