Defines values that indicate how to render link intersection points.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Arcs |
An arc is drawn at the intersection point of two links. It connects the segments of the link at higher Z position and goes over the link at lower Z. |
|
Cut |
The intersection segments of links at lower Z position are cut by links at higher Z position. |
|
Straight |
No special indication for link intersection points. |
Members of this enumeration can be assigned to the linkCrossings property of Diagram.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |