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


The members of this enumeration specify whether the automatic layout algorithms and the link routing algorithm should align link ends to the anchor points of nodes. Use these constants as parameters of the setAnchoring method of the RoutingOptions class and the layout classes.

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

 Public Constructors

  Name Description

Anchoring

Initializes a new instance of the Anchoring class.

 Public Fields

  Name Description

Ignore

Specifies that anchor points should be ignored.

Keep

Specifies that links' original anchor points should be preserved.

Reassign

Lets the layout algorithms align links to different anchor points.

 See Also

Anchoring Class
com.mindfusion.diagramming Namespace