GoXam for WPF v3
LinkRouting Enumeration
Northwoods.GoXam Namespace : LinkRouting Enumeration
This enumeration describes how the Route's computation of a path considers parts other than the two Nodes to which the route's Link is connected.
Syntax
public enum LinkRouting : System.Enum 
Members
MemberDescription
AvoidsNodesThe route tries to avoid crossing over other nodes. Currently this routing style also implies that it is Orthogonal. The other nodes must be Node.Avoidable.
Normal The route only takes the link's two nodes into account.
OrthogonalThe segments of the route are always either horizontal or vertical; nodes other than the link's two nodes are ignored. This routing style is not desirable when the curve is LinkCurve.Bezier.
Remarks
This is used as the value of Route.Routing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.LinkRouting

See Also

Reference

Northwoods.GoXam Namespace