Search
RerouteLinks Enumeration
See Also
 






Provides values indicating in what circumstances links must be rerouted automatically.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum RerouteLinks

Visual Basic  Copy Code

Public Enum RerouteLinks

 Members

  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.

 Remarks

These values can be assigned to the TriggerRerouting property of RoutingOptions.

 See Also