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