Back to Devexpress

TreeMapItemGroupStyle.HeaderPadding Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapitemgroupstyle-412d000f.md

latest1.5 KB
Original Source

TreeMapItemGroupStyle.HeaderPadding Property

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapPadding HeaderPadding { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property HeaderPadding As TreeMapPadding

Property Value

Type
TreeMapPadding

Remarks

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

See Also

TreeMapItemGroupStyle Class

TreeMapItemGroupStyle Members

DevExpress.XtraTreeMap Namespace