Provides values indicating in what circumstances links must be rerouted automatically.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum RerouteLinks |
Visual Basic
![]() |
---|
Public Enum RerouteLinks |
Member name | Description | |
---|---|---|
![]() |
Never |
Do not reroute links automatically. |
![]() |
WhenIntersectNode |
Reroute a link if it intersects a node. |
![]() |
WhenModified |
Reroute a link if its end points are moved around. |
![]() |
WhileCreating |
Route new links while the user draw them. |
![]() |
WhileModifying |
Route links while the user modifies them or drags their incident nodes. |
These values can be assigned to the TriggerRerouting property of RoutingOptions.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |