Skip to main content

DiagramOptionsMindMapTreeLayout.RootSpacing Property

Specifies the distance between the root shape and its immediate children.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(50F)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual float RootSpacing { get; set; }

Property Value

Type Default Description
Single 50

A System.Single value that is the distance in pixels between the root shape and its immediate children.

Property Paths

You can access this nested property as listed below:

Object Type Path to RootSpacing
DiagramControl
.OptionsMindMapTreeLayout .RootSpacing
See Also