GoXam for WPF v3
Curviness Property
Northwoods.GoXam Namespace > Route Class : Curviness Property
Gets or sets how far the control points are offset when the curve is LinkCurve.Bezier or when there are multiple links between the same two ports.
Syntax
[Category("Appearance")]
[Description("How curved Bezier links are.")]
public double Curviness {get; set;}

Property Value

This is used to determine the offset distance for the control points of a LinkCurve.Bezier style link when connecting two ports whose spots are Spot.None, or when there are multiple links between two ports. This defaults to NaN.
See Also

Reference

Route Class
Route Members