Skip to main content
All docs
V19.1

TreeMapItemStyle.Padding Property

Specifies the internal space between the tree map item content and its edge, in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

[XtraSerializableProperty]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A Padding object, specifying the padding in pixels.

See Also