Provides values indicating in what circumstances links must be rerouted automatically.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public enum RerouteLinks |
Visual Basic Copy Code |
---|
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 users draw them. This flag can be combined with any of the previous two flags. |
These values can be assigned to the TriggerRerouting property of RoutingOptions.