Back to Devexpress

DiagramControl.OrgChartLayoutConnectorsRouting Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-4de2c8ac.md

latest1.7 KB
Original Source

DiagramControl.OrgChartLayoutConnectorsRouting Property

Gets or sets whether applying the Org chart layout affects connector routing. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public TreeConnectorsRouting OrgChartLayoutConnectorsRouting { get; set; }
vb
Public Property OrgChartLayoutConnectorsRouting As TreeConnectorsRouting

Property Value

TypeDescription
TreeConnectorsRouting

A DevExpress.Diagram.Core.Layout.TreeConnectorsRouting enumeration value.

|

Available values:

Name
Default
CalculatePointIndex

Remarks

The DiagramControl‘s automatic layout recalculates connection point locations to improve the diagram presentation. Set the OrgChartLayoutConnectorsRouting property to Default to disable this behavior for the org chart layout.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace