GoXam for WPF v3
ToShortLength Property
Northwoods.GoXam Namespace > Route Class : ToShortLength Property
Gets or sets the length of the segment between the far edge of the Arrowhead and the Node at the end of the route.
Syntax
public double ToShortLength {get; set;}

Property Value

This defaults to Double.NaN.
Remarks
The value for this property cannot exceed the length of the last segment of the Route. Except in the case where there is only one segment, in which the value cannot exceed half the length of the single segment. Setting the value to be greater than the limiting length has the same effect as setting it equal to that length.
See Also

Reference

Route Class
Route Members