GoXam for WPF v3
LinkEndSegmentDirection Enumeration
Northwoods.GoXam Namespace : LinkEndSegmentDirection Enumeration
This enumeration describes how the Route will compute an end segment angle in Route.GetLinkDirection.
Syntax
public enum LinkEndSegmentDirection : System.Enum 
Members
MemberDescription
Absolute The angle is the same even if the node has been rotated.
RotatedNodeThe angle is rotated to match the Node.RotationAngle.
RotatedNodeOrthogonalThe angle is rotated to match the Node.RotationAngle, but only in increments of multiples of 90 degrees.
Remarks
This is used as the value of Route.FromEndSegmentDirection and Route.ToEndSegmentDirection.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.LinkEndSegmentDirection

See Also

Reference

Northwoods.GoXam Namespace