Skip to main content
All docs
V23.2

TreeMapPadding.Horizontal Property

Returns the sum of left and right paddings in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[Browsable(false)]
public int Horizontal { get; }

Property Value

Type Description
Int32

The sum of left and right paddings in pixels.

See Also