Search
DrawLinksTouchBehavior Constructor
See Also
 






Initializes a new instance of the DrawLinksTouchBehavior class.

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

 Syntax

C#  Copy Code

public DrawLinksTouchBehavior (
    DiagramView diagramView
)

Visual Basic  Copy Code

Public New ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

The diagram view this behavior will be associated with.

 See Also