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

DiagramControl.OptionsSugiyamaLayout Property

Contains options that control the Sugiyama (layered) layout.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Options")]
public DiagramOptionsSugiyamaLayout OptionsSugiyamaLayout { get; }

Property Value

Type Description
DiagramOptionsSugiyamaLayout

A DiagramOptionsSugiyamaLayout object.

Remarks

To learn more, see Automatic Layout.

See Also