Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeMapItemStyle.Padding Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
Padding

A Padding object, specifying the padding in pixels.

See Also