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