Skip to main content

DiagramControl.CircularLayoutOrder Property

Specifies how the circular layout algorithm arranges shapes.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public CircularLayoutOrder CircularLayoutOrder { get; set; }

Property Value

Type Description
CircularLayoutOrder

A CircularLayoutOrder enumeration value.

Available values:

Name Description
Optimal

Arrange shapes minimizing the number of crossings of connection lines.

Clockwise

Arrange shapes clockwise.

Counterclockwise

Arrange shapes counterclockwise.

See Also