GoXam for WPF v3
GetEndSegmentLength Method
Northwoods.GoXam Namespace > Route Class : GetEndSegmentLength Method
the FrameworkElement representing a port on the node
a Spot value describing where the link should connect
true if the link is coming out of the port; false if going to the port
Get the length of the end segment, typically a short distance.
Syntax
protected virtual double GetEndSegmentLength( 
   Node node,
   FrameworkElement port,
   Spot spot,
   bool from
)

Parameters

node
port
the FrameworkElement representing a port on the node
spot
a Spot value describing where the link should connect
from
true if the link is coming out of the port; false if going to the port
See Also

Reference

Route Class
Route Members