Gets or sets how to render the intersection points where links cross their paths.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public LinkCrossings LinkCrossings { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkCrossings As LinkCrossings |
A member of the LinkCrossings enumeration. The default is Straight.
Intersection points where links cross each other's paths can be rendered as arcs or breaks, depending on the value of this property. The z-order defines which links jump over the others or which links are cut by the others. If LinkCrossings is set to Arcs, links with higher ZIndex jump over those with lower ZIndex. If set to Cut, segments of links at lower z-position are cut by links at higher z-position. Radius of arcs and breaks can be set by the CrossingRadius property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |