Search
Anchoring Enumeration
See Also
 





Defines values that specify how automatic layout algorithms align links to anchor points.

Namespace: MindFusion.Graphs
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Anchoring = {}

 Members

  Member name Description

Custom

Custom alignment logic.

Ignore

Anchor points are ignored.

Keep

Links are aligned to their original anchor points.

Reassign

Links are aligned to new anchor points, depending on the positions of graph nodes after a layout is applied.

 Remarks

Members of this enumeration can be assigned to the anchoring property of layout classes.

 See Also