DiagramOptionsMindMapTreeLayout.ConnectorsRouting Property
Gets or sets whether applying the Mind-Map Tree layout affects connector routing.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(TreeConnectorsRouting.CalculatePointIndex)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual TreeConnectorsRouting ConnectorsRouting { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TreeConnectorsRouting | CalculatePointIndex | A TreeConnectorsRouting enumeration value. |
Available values:
Name |
---|
Default |
CalculatePointIndex |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ConnectorsRouting |
---|---|
DiagramControl |
|
Remarks
Starting with 17.1, the DiagramControl‘s automatic layout recalculates connection point locations to improve the diagram presentation.
See Also