MindFusion.Diagramming for Xamarin Programmer's Guide
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 (
    Diagram diagram,
    bool convertToShape
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram, _
    convertToShape As Boolean _
)

 Parameters

diagram

The Diagram 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

LinkFreeFormsTouchBehavior Class
MindFusion.Diagramming.Interaction Namespace