Northwoods.GoSilverlight 1.2.2 Assembly
LinkRouting Enumeration
See Also  Send Feedback
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

Visual Basic (Declaration) 
Public Enum LinkRouting 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum LinkRouting : System.Enum, IComparableIConvertibleIFormattable  

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

© 2010 All Rights Reserved.