GoXam for WPF v3
Adjusting Property
Northwoods.GoXam Namespace > Route Class : Adjusting Property
Gets or sets how ComputePoints behaves.
Syntax
[Category("Behavior")]
[Description("How ComputePoints behaves.")]
public LinkAdjusting Adjusting {get; set;}

Property Value

The default value is LinkAdjusting.None.
Remarks
The effectiveness of this property depends on the value of Routing. For example, if the routing is LinkRouting.AvoidsNodes, this property is ignored, because ComputePoints will compute the route in AddOrthoPoints without calling AdjustPoints.
See Also

Reference

Route Class
Route Members