Skip to main content
All docs
V24.1

TreeMapPadding.Left Property

Gets or sets the value that specifies the left padding in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Left { get; set; }

Property Value

Type Default Description
Int32 0

An integer that specifies the left padding in pixels.

See Also