ASP.NET Pack Programmer's Guide
RerouteLinks Members
Constructors Fields
 


The members of this enumeration specify in what circumstances JDiagram should automatically re-route links. A bitwise combination of these constants can be used as a parameter of the setTriggerRerouting method of the RoutingOptions class.

The following tables list the members exposed by the RerouteLinks type.

 Public Constructors

  Name Description

RerouteLinks

 

 Public Fields

  Name Description

Never

Never re-route links.

WhenIntersectNode

Look for a new link, route only, if the link intersects a node.

WhenModified

Look for a new link, route each time an end point of the link is moved.

WhileCreating

Looks for a link, route while the link is being initially drawn by the user.

 See Also

RerouteLinks Class
com.mindfusion.diagramming Namespace