Skip to main content
A newer version of this page is available. .

DiagramControl.OptionsCircularLayout Property

Contains options that control the circular layout.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Options")]
public DiagramOptionsCircularLayout OptionsCircularLayout { get; }

Property Value

Type Description
DiagramOptionsCircularLayout

A DiagramOptionsCircularLayout object.

Remarks

To learn more, see Automatic Layout.

See Also