Northwoods.GoSilverlight 1.2.2 Assembly
LinkEndSegmentDirection Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : LinkEndSegmentDirection Enumeration

This enumeration describes how the Route will compute an end segment angle in Route.GetLinkDirection.

Syntax

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

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

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.