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

DiagramOptionsTreeLayout.IsCompact Property

Specifies whether the automatic tree layout arranges shapes minimizing the space between them.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual bool IsCompact { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable the compact tree layout; otherwise, false. By default, true.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsCompact
DiagramControl
.OptionsTreeLayout.IsCompact

Remarks

If the TreeLayoutIsCompact property is set to false, the automatic layout algorithm arranges shapes so that the gap between shapes of the same hierarchy level is increased based on the space that is taken by shapes at lower levels. See the example below.

To learn more, see Automatic Layout.

See Also