Skip to main content
All docs
V23.2

Title.Indent Property

Gets or sets the distance between the title and chart content in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public int Indent { get; set; }

Property Value

Type Description
Int32

An integer that specifies the indent in pixels.

See Also