Search
RerouteLinks Enumeration
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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 users draw them. This flag can be combined with any of the previous two flags.

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