A newer version of this page is available.
Switch to the current version.
DiagramOptionsCircularLayout.Order Property
Specifies how the circular layout algorithm arranges shapes.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v18.2.dll
Declaration
[DefaultValue(CircularLayoutOrder.Optimal)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual CircularLayoutOrder Order { get; set; }
<DefaultValue(CircularLayoutOrder.Optimal)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property Order As CircularLayoutOrder
Property Value
Type | Default | Description |
---|---|---|
CircularLayoutOrder | Optimal |
A CircularLayoutOrder enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Order |
---|---|
DiagramControl |
|
See Also
Feedback