Northwoods.GoWPF 2.2.4 Assembly
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
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

Requirements
See Also

Reference

Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback