Enum NodeChangedInteractionState
Specifies to notify the interactionstate of the Node.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum NodeChangedInteractionState
Fields
| Name | Description |
|---|---|
| Dragged | Specifies the dragged state of the node interation. |
| Dragging | Specifies the dragging state of the node interation. |
| None | disables all the behavior for Node. |
| Resized | Specifies the resized state of the node interation. |
| Resizing | Specifies the resizing state of the node interation. |
| Rotated | Specifies the rotated state of the node interation. |
| Rotating | Specifies the rotating state of the node interation. |
| Started | Specifies the started state of the node interation. |