GoXam for WPF v3
LinkCurve Enumeration
Northwoods.GoXam Namespace : LinkCurve Enumeration
This enumeration defines how a path is drawn through a Route's points.
Syntax
public enum LinkCurve : System.Enum 
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

See Also

Reference

Northwoods.GoXam Namespace