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
SyntaxC#
Copy Code
|
|---|
public Shape[] FreeFormTargets { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FreeFormTargets As Shape() |
See Also