GoXam for WPF v3
Routing Property
Northwoods.GoXam Namespace > Route Class : Routing Property
Gets or sets whether the link's path tries to avoid other nodes.
Syntax
[Category("Appearance")]
[Description("Whether a link is orthgonal or tries to avoid crossing over any nodes.")]
public LinkRouting Routing {get; set;}

Property Value

This defaults to LinkRouting.Normal.
Remarks
Setting this property to LinkRouting.Orthogonal or LinkRouting.AvoidsNodes is not recommended when the Curve is LinkCurve.Bezier. Changing this property will eventually result in a call to ComputePoints.
See Also

Reference

Route Class
Route Members