Search
Diagram.FreeFormTargets Property
See Also
 





An array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape[] FreeFormTargets { get; set; }

Visual Basic  Copy Code

Public Property FreeFormTargets As Shape()

 Property Value

 See Also