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

Property Value

This defaults to Double.NaN.
Remarks
The value for this property cannot exceed the length of the first 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