Enum LinkAdjusting

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for Adjusting.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum LinkAdjusting

Fields

Name Description
End

The link route computation should keep the intermediate points of the previous route, just modifying the first and/or last points; if the routing is orthogonal, it will only modify the first two and/or last two points.

None

The link route computation does not depend on any previous route points.

Scale

The link route computation should scale and rotate the intermediate points so that the link's shape looks approximately the same; if the routing is orthogonal, this value is treated as if it were End.

Stretch

The link route computation should linearly interpolate the intermediate points so that the link's shape looks stretched; if the routing is orthogonal, this value is treated as if it were End.