Inter-edge routing style specifier.

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public enum InterEdgeRoutingStyle
Visual Basic
Public Enumeration InterEdgeRoutingStyle

Members

Member nameDescription
Adopt0 Inter-edge routing style specifier. Adopts the edge layout from the core layouter.
Orthogonal3Inter-edge routing style specifier. Routes the inter-edges in an orthogonal style.
Straightline4Inter-edge routing style specifier. Routes the inter-edges as a straight line.

See Also