Defines values that indicate how to render link intersection points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum LinkCrossings |
Visual Basic
Copy Code
|
|---|
Public Enum LinkCrossings |
Members| Member name | Description | |
|---|---|---|
![]() |
Straight |
No special indication for link intersection points. |
![]() |
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. |
RemarksValues from this enumeration can be assigned to LinkCrossings.
See Also