Skip to main content
A newer version of this page is available. .

TreeMapItemGroupStyle.HeaderPadding Property

Gets or sets the padding of the tree map group’s header

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
Padding

A Padding object, specifying the padding in pixels.

Remarks

The following image demonstrates the difference between TreeMapItemStyle.Padding and HeaderPadding. Red arrows mark Padding and the blue ones - HeaderPadding.

TreeMap_GroupStyle_Paddings

See Also