Skip to main content
All docs
V24.1

Title.Indent Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.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