Search
LinkCrossings Enumeration
See Also
 





Defines values that indicate how to render link intersection points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum LinkCrossings

Visual Basic  Copy Code

Public 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

Values from this enumeration can be assigned to LinkCrossings.

 See Also