Skip to main content
All docs
V23.2

TreeMapPadding.Size Property

Returns the padding as a Size object.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[Browsable(false)]
public Size Size { get; }

Property Value

Type Description
Size

A Size object that specifies paddings.

Remarks

The Horizontal and Vertical property values are used to create a Size object and specify its Width and Height properties respectively.

See Also