Skip to main content
A newer version of this page is available. .
All docs
V21.1

TreeMapPadding.Add(TreeMapPadding, TreeMapPadding) Method

Returns a padding that is the sum of paddings passed as parameters.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

public static TreeMapPadding Add(
    TreeMapPadding p1,
    TreeMapPadding p2
)

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