Search
Diagram.Interaction Property
See Also
 





Gets an InteractionState instance representing the current action being carried out by the user.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public InteractionState Interaction { get; set; }

Visual Basic  Copy Code

Public Property Interaction As InteractionState

 Property Value

An instance of the InteractionState class.

 See Also