Defines values that indicate how to render link intersection points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum LinkCrossings |
Visual Basic Copy Code |
---|
Public Enum LinkCrossings |
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. |
Values from this enumeration can be assigned to LinkCrossings.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |