ASP.NET Pack Programmer's Guide
Diagram.setLinkCrossings Method
See Also
 





Sets a value indicating how to render the intersection points where two links cross each other.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkCrossings (value)

 Parameters

value

A member of the LinkCrossings enumeration.

 Remarks

Intersection points where links cross each other's paths can be rendered as arcs or cuts, depending on the value of this property. The diagram 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 cuts can be set via the CrossingRadius property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
RouteLinks Property
RoundedLinks Property