GoXam for WPF v3
Smoothness Property
Northwoods.GoXam Namespace > Route Class : Smoothness Property
Gets or sets how far control points are from the points of the Route when Routing is LinkRouting.Orthogonal and Curve is LinkCurve.Bezier.
Syntax
[Category("Appearance")]
[Description("The distance from an Orthogonal and Bezier link to its control points.")]
public double Smoothness {get; set;}

Property Value

This defaults to 0.5.
Remarks
Values of this property typically fall in the range of 0.0 to 1.0. A value of 0.0 indicates that the control points of the curve are at the end points, which will result in straight line segments. A value of 1.0 indicates that the control points are one-third of the link's length away from the end point along the direction of the link, and the same distance away in a perpendicular direction. The distance scales linearly with the value of this property, even with negative values and values greater than 1.0.
See Also

Reference

Route Class
Route Members