Northwoods.GoSilverlight 1.2.2 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.
JumpGapLike JumpOver, but leaves a gap in the path when it crosses other orthogonal link segments. (Only applies when the route is orthogonal.)
JumpOverStraight line segments that also hop over other orthogonal link segments that it crosses. JumpGap is similar. (Only applies when the route is orthogonal.)
NoneStraight line segments between the Route's points.

Remarks

This is used as the value of Route.Curve.

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.