TreeMapPadding.Add(TreeMapPadding, TreeMapPadding) Method
Returns a padding that is the sum of paddings passed as parameters.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| p1 | TreeMapPadding | The first padding to add to the sum. |
| p2 | TreeMapPadding | The second padding to add to the sum. |
Returns
| Type | Description |
|---|---|
| TreeMapPadding | Specifies the resulting padding. |
See Also