Table of Contents

Enum LinkRouting

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for Routing.

[Flags]
public enum LinkRouting

Fields

AvoidsNodes = 6

Each segment is horizontal or vertical, but the route tries to avoid crossing over nodes.

Normal = 1

The route goes fairly straight between ports.

Orthogonal = 2

Each segment is horizontal or vertical.