Back to Devexpress

CircularLayoutOrder Enum

corelibraries-devexpress-dot-diagram-dot-core-dot-layout-5116fdc7.md

latest1.7 KB
Original Source

CircularLayoutOrder Enum

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

Namespace : DevExpress.Diagram.Core.Layout

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum CircularLayoutOrder
vb
Public Enum CircularLayoutOrder

Members

NameDescription
Optimal

Arrange shapes minimizing the number of crossings of connection lines.

| | Clockwise |

Arrange shapes clockwise.

| | Counterclockwise |

Arrange shapes counterclockwise.

|

The following properties accept/return CircularLayoutOrder values:

LibraryRelated API Members
WinForms ControlsDiagramOptionsCircularLayout.Order
WPF ControlsDiagramControl.CircularLayoutOrder

Remarks

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

See Also

DevExpress.Diagram.Core.Layout Namespace