Search
LinkFreeFormsTouchBehavior Constructor
See Also
 






Initializes a new instance of the LinkFreeFormsTouchBehavior class.

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

 Syntax

C#  Copy Code

public LinkFreeFormsTouchBehavior (
    DiagramView diagramView,
    bool convertToShape
)

Visual Basic  Copy Code

Public New ( _
    diagramView As DiagramView, _
    convertToShape As Boolean _
)

 Parameters

diagramView

The diagram view this behavior will be associated with.

convertToShape

true to convert the FreeFormNode to a ShapeNode once user finishes drawing it, or false otherwise.

 See Also