GoXam for WPF v3
ToEndSegmentDirection Property
Northwoods.GoXam Namespace > Route Class : ToEndSegmentDirection Property
Gets or sets how GetLinkDirection behaves.
Syntax
[Category("Appearance")]
[Description("Whether the angle of the last segment is affected by the node's RotationAngle.")]
public LinkEndSegmentDirection ToEndSegmentDirection {get; set;}

Property Value

The default value is LinkEndSegmentDirection.Absolute.
Remarks
Typically when you have orthogonal links and nodes with ports that have particular spots along the edge of the node, if the whole node is rotated, you would want the connected links to be re-routed to go "around" to connect to the ports as if the spots had changed appropriately for that side of the node. You can get that effect by setting this property to LinkEndSegmentDirection.RotatedNode or LinkEndSegmentDirection.RotatedNodeOrthogonal.
See Also

Reference

Route Class
Route Members