Hi,
I’m using a TreeLayout and sometimes, there is multiple links between the same pair of nodes (see the picture below). So I tried to modify the Route.Curviness of my link but it’s not working.
Here is my code:
go:Link.Route
<go:Route Routing=“Orthogonal” Curve=“JumpGap” Curviness=“20” ToShortLength="-2" FromShortLength="-2"
FromEndSegmentDirection=“RotatedNodeOrthogonal”
ToEndSegmentDirection="RotatedNodeOrthogonal "
RelinkableFrom=“True” RelinkableTo=“True” />
</go:Link.Route>