Gets an InteractionState instance representing the current action being carried out by the user.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public InteractionState Interaction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Interaction As InteractionState |
An instance of the InteractionState class.
See Also