Skip to main content
A newer version of this page is available. .

DiagramOptionsSugiyamaLayout.ConnectorsRouting Property

Gets or sets whether applying the Sugiyama layout affects connector routing.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(SugiyamaConnectorsRouting.CalculateRouteForCurvedConnectors)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SugiyamaConnectorsRouting ConnectorsRouting { get; set; }

Property Value

Type Default Description
DevExpress.Diagram.Core.Layout.SugiyamaConnectorsRouting **CalculateRouteForCurvedConnectors**

A SugiyamaConnectorsRouting enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ConnectorsRouting
DiagramControl
.OptionsSugiyamaLayout.ConnectorsRouting

Remarks

Starting with 17.1, the DiagramControl‘s automatic layout recalculates connection point locations to improve the diagram presentation.

See Also