Search
Interaction Constructor
See Also
 





Initializes a new instance of the Interaction class.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

protected Interaction (
    DiagramView diagramView
)

Visual Basic  Copy Code

Protected New ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

A DiagramView where the interaction takes place.

 See Also