MindFusion.Wpf Pack Programmer's Guide
LinkFreeFormsBehavior Constructor
See Also
 





Initializes a new instance of the LinkFreeFormsBehavior class.

Namespace: MindFusion.Diagramming.Wpf.Behaviors
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected LinkFreeFormsBehavior (
    InteractionTarget interactionTarget,
    bool convertToShape
)

Visual Basic  Copy Code

Protected New ( _
    interactionTarget As InteractionTarget, _
    convertToShape As Boolean _
)

 Parameters

interactionTarget

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

LinkFreeFormsBehavior Class
MindFusion.Diagramming.Wpf.Behaviors Namespace