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

DiagramOptionsCircularLayout(DiagramControl) Constructor

Initializes a new instance of the DiagramOptionsCircularLayout class.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramOptionsCircularLayout(
    DiagramControl diagram
)

Parameters

Name Type Description
diagram DiagramControl

The owner of the options object created.

See Also