Skip to main content
All docs
V24.1

TreeMapPadding.Size Property

Returns the padding as a Size object.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.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 System.Drawing.Size object and specify its Width and System.Drawing.Size.Height properties respectively.

See Also