Skip to main content
All docs
V25.1
  • 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

    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