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