GoXam for WPF v3
Corner Property
Northwoods.GoXam Namespace > Route Class : Corner Property
Gets or sets how rounded the corners are for adjacent line segments when the Curve is LinkCurve.None, LinkCurve.JumpOver, or LinkCurve.JumpGap and the two line segments are orthogonal to each other.
Syntax
[Category("Appearance")]
[Description("How rounded corners are for orthogonal segments.")]
public double Corner {get; set;}

Property Value

This describes the maximum radius of rounded corners, in model coordinates. This defaults to 0.
See Also

Reference

Route Class
Route Members