Search
InteractionState.Action Property
See Also
 





Gets the type of Action currently performed by the user in the Diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Action Action { get; }

Visual Basic  Copy Code

Public ReadOnly Property Action As Action

 Property Value

A member of the Action enumeration that specifies what kind of action the user currently performs on the Diagram.

 See Also