DiagramOptionsCircularLayout.Order Property
In This Article
Specifies how the circular layout algorithm arranges shapes.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DefaultValue(CircularLayoutOrder.Optimal)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual CircularLayoutOrder Order { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Circular |
Optimal | A Circular |
Available values:
Name | Description |
---|---|
Optimal | Arrange shapes minimizing the number of crossings of connection lines. |
Clockwise | Arrange shapes clockwise. |
Counterclockwise | Arrange shapes counterclockwise. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Order |
---|---|
Diagram |
|
See Also