CircularLayoutOrder Enum
In This Article
Lists the values used to specify how the circular layout algorithm arranges shapes.
Namespace: DevExpress.Diagram.Core.Layout
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#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 |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
Values listed by this enumeration are used by the following properties: DiagramOptionsCircularLayout.Order, DiagramControl.CircularLayoutOrder.
See Also