<xamDiagram ConnectionLineJumps="Arc">
...
</xamDiagram>
This topic explains how to configure the xamDiagram™ rendering behavior when two connections are intersecting.
The following topics are prerequisites to understanding this topic:
Sometimes when two connections are intersecting it is hard to follow their route. This is why the control is able to render "line jumps" at the intersection point. There are several line jump types you can chose from. The line jumps are rendered on the top connection and are updated whenever a diagram item changes its bounds (position, size or both).
The following table maps the desired line jump type to the ConnectionLineJumps property value.
The following example demonstrates how to configure the xamDiagram control to render an Arc type line jumps:
<xamDiagram ConnectionLineJumps="Arc">
...
</xamDiagram>
The following topics provide additional information related to this topic.