Northwoods.GoWPF 2.2.4 Assembly
LinkCurve Enumeration

This enumeration defines how a path is drawn through a Route's points.
Syntax
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

Reference

Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback