Skip to main content

CircularLayoutOrder Enum

Lists the values used to specify how the circular layout algorithm arranges shapes.

Namespace: DevExpress.Diagram.Core.Layout

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum CircularLayoutOrder

Members

Name Description
Optimal

Arrange shapes minimizing the number of crossings of connection lines.

Clockwise

Arrange shapes clockwise.

Counterclockwise

Arrange shapes counterclockwise.

Related API Members

The following properties accept/return CircularLayoutOrder values:

Library Related API Members
WinForms Controls DiagramOptionsCircularLayout.Order
WPF Controls DiagramControl.CircularLayoutOrder

Remarks

Values listed by this enumeration are used by the following properties: DiagramOptionsCircularLayout.Order, DiagramControl.CircularLayoutOrder.

See Also