Enum LinkCurve
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for Curve.
public enum LinkCurve
Fields
Bezier = 1
The link path uses Bezier curve segments.
JumpGap = 2
Orthogonal link segments will be discontinuous where they cross over other orthogonal link segments that have a Curve of JumpOver or JumpGap.
JumpOver = 3
Orthogonal link segments will veer around where they cross over other orthogonal link segments that have a Curve of JumpOver or JumpGap.
None = 0
The path geometry consists of straight line segments.