Class NodeChangedInteractionState
Specifies to notify the interactionstate of the Node.
Inheritance
System.Object
NodeChangedInteractionState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public sealed class NodeChangedInteractionState : Enum
Fields
Dragged
Specifies the dragged state of the node interation.
Declaration
public const NodeChangedInteractionState Dragged
Field Value
Dragging
Specifies the dragging state of the node interation.
Declaration
public const NodeChangedInteractionState Dragging
Field Value
None
disables all the behavior for Node.
Declaration
public const NodeChangedInteractionState None
Field Value
Resized
Specifies the resized state of the node interation.
Declaration
public const NodeChangedInteractionState Resized
Field Value
Resizing
Specifies the resizing state of the node interation.
Declaration
public const NodeChangedInteractionState Resizing
Field Value
Rotated
Specifies the rotated state of the node interation.
Declaration
public const NodeChangedInteractionState Rotated
Field Value
Rotating
Specifies the rotating state of the node interation.
Declaration
public const NodeChangedInteractionState Rotating
Field Value
Started
Specifies the started state of the node interation.
Declaration
public const NodeChangedInteractionState Started