Search
FreeFormNode.ConvertToShape Property
See Also
 





Gets or sets whether the FreeFormNode currently being drawn should be replaced by a matching ShapeNode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ConvertToShape { get; set; }

Visual Basic  Copy Code

Public Property ConvertToShape As Boolean

 Property Value

A boolean value.

 See Also