A newer version of this page is available.
Switch to the current version.
CircularLayoutOrder Enum
Lists the values used to specify how the circular layout algorithm arranges shapes.
Namespace: DevExpress.Diagram.Core.Layout
Assembly: DevExpress.Diagram.v19.2.Core.dll
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 |
---|---|
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
Feedback