Search
LinkNodesTouchBehavior(TNodeType) Constructor
See Also
 






Initializes a new instance of the LinkNodesTouchBehavior class.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkNodesTouchBehavior<TNodeType> (
    DiagramView diagramView
)

Visual Basic  Copy Code

Public New (Of TNodeType) ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

The diagram view this behavior will be associated with.

 See Also