DiagramLite Programmer's Guide
Diagram.LinkCrossings Property
See Also
 





Gets or sets how to render the intersection points where links cross their paths.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public LinkCrossings LinkCrossings { get; set; }

Visual Basic  Copy Code

Public Property LinkCrossings As LinkCrossings

 Property Value

A member of the LinkCrossings enumeration. The default is Straight.

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace