An array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Shape[] FreeFormTargets { get; set; } |
Visual Basic Copy Code |
---|
Public Property FreeFormTargets As Shape() |
An array of Shape objects.
WpfDiagram Programmer's Guide | © 2024 MindFusion |