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

DiagramControl.CircularLayoutOrder Property

Specifies how the circular layout algorithm arranges shapes.

Namespace: DevExpress.Xpf.Diagram

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

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