DiagramControl.OptionsCircularLayout Property
In This Article
Contains options that control the circular layout.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DXCategory("Options")]
public DiagramOptionsCircularLayout OptionsCircularLayout { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
#Remarks
To learn more, see Automatic Layout.
See Also