Skip to main content
All docs
V23.2

TreeMapPadding.All Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.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