Back to Devexpress

DiagramOptionsCircularLayout.Order Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionscircularlayout.md

latest2.0 KB
Original Source

DiagramOptionsCircularLayout.Order Property

Specifies how the circular layout algorithm arranges shapes.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(CircularLayoutOrder.Optimal)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual CircularLayoutOrder Order { get; set; }
vb
<DefaultValue(CircularLayoutOrder.Optimal)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property Order As CircularLayoutOrder

Property Value

TypeDefaultDescription
CircularLayoutOrderOptimal

A CircularLayoutOrder enumeration value.

|

Available values:

NameDescription
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 TypePath to Order
DiagramControl

.OptionsCircularLayout .Order

|

See Also

DiagramOptionsCircularLayout Class

DiagramOptionsCircularLayout Members

DevExpress.XtraDiagram.Options Namespace