Skip to main content
All docs
V23.2

TreeMapPadding.Vertical Property

Returns the sum of top and bottom paddings in pixels.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Int32

The sum of top and bottom paddings in pixels.

See Also