TreeMapPadding.Add(TreeMapPadding, TreeMapPadding) Method
Returns a padding that is the sum of paddings passed as parameters.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
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