Enum LinkCurve

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for Curve.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.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.