Skip to main content
All docs
V24.1

TreeMapPadding.All Property

Specifies the padding value that is set for all element sides.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

[DefaultValue(0)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public int All { get; set; }

Property Value

Type Default Description
Int32 0

An integer that specifies the padding value in pixels.

See Also