Skip to main content
All docs
V24.1

LegendBase.Padding Property

Gets or sets the indents between the legend’s edges and its content.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
TreeMapPadding

Specifies indents in pixels.

See Also