DiagramControl.CircularLayoutOrder Property
Specifies how the circular layout algorithm arranges shapes.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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