Performs routing on all links ignoring their AutoRoute flag.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void RouteAllLinks () |
Visual Basic Copy Code |
---|
Public Sub RouteAllLinks () |
Each link is routed so that it goes the shortest possible way between the nodes it links without crossing any other nodes. To do so, this method might modify the number of link segments. The value of AutoRoute is not considered when RouteAllLinks executes.
RoutingOptions allows tuning the routing algorithm. The most important options are the cost values exposed as LengthCost, TurnCost and CrossingCost properties. They greatly influence the shape of the generated route.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |