Search
LinkCrossings Enumeration
See Also
 





Defines values that indicate how to render link intersection points.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LinkCrossings = {}

 Members

  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.

 Remarks

Members of this enumeration can be assigned to the linkCrossings property of Diagram.

 See Also