Implements ILinkRouter.RouteLink.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool RouteLink ( |
Visual Basic Copy Code |
---|
Public Function RouteLink( _ |
The DiagramLink to route.
Represents connection to Origin node, potentially different from link's stored connection when modifying first control point.
Represents connection to Destination node, potentially different from link's stored connection when modifying last control point.
Indicates whether link is currently being created.
true if a path has been found successfully, or false otherwise.
WpfDiagram Programmer's Guide | © 2024 MindFusion |