Northwoods.GoSilverlight 1.1.3 Assembly
LinkCurve Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : LinkCurve Enumeration

This enumeration defines how a path is drawn through a Route's points.

Syntax

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

Members

MemberDescription
BezierA Bezier curve, perhaps using the Route.Curviness property.
JumpOverLike None, but also hops over orthogonal link segments that it crosses.
None Straight line segments.

Remarks

This is used as the value of Route.Curve.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.LinkCurve

See Also