TreeMapPadding.Size Property
In This Article
Returns the padding as a Size object.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
#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