Defines values that specify how automatic layout algorithms align links to anchor points.
Namespace: MindFusion.Graphs
File: Enum.js
JavaScript Copy Code |
---|
// enum |
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. |
Members of this enumeration can be assigned to the anchoring property of layout classes.