Table of Contents

Enum Routing

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Defines the supported routing styles for relationship lines.

public enum Routing

Fields

Curved = 1

Draws the connector as a smooth curve.

Direct = 0

Draws the shortest straight connector between elements.

Orthogonal = 2

Draws the connector using right-angled segments.