Link Intersection

Hi,

I am preparing a Piping Network in WPF. I have a network where links intesect each other. But with GoXam’s default behaviour in Piping sample, whenever a link/pipe tries to cross another link coming in its way, it jumps over that link. I want them to intersect with each other. Or you can say I want to create T points on my piping network.

Please help me out, its little urgent.

Thanks!!

Manish

To avoid the jump-over appearance, set the Link’s Route.Curve=“None”.
Apparently the current value is Curve=“JumpOver”.