Search
DiagramExtensions.Interaction Method
See Also
 





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

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram Interaction (
    Diagram diagram,
    InteractionState value
)

Visual Basic  Copy Code

Public Shared Function Interaction( _
    diagram As Diagram, _
    value As InteractionState _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also