Skip to main content
Tab

Paddings.MergeWith(Paddings) Method

Combines the properties of the specified Paddings with the current instance of the Paddings class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void MergeWith(
    Paddings paddings
)

Parameters

Name Type Description
paddings Paddings

A Paddings that represents the object to combine.

Remarks

Use the MergeWith method to combine the properties of the specified Paddings object with the instance of the Paddings class that this method is called from.

Note

All properties, except those that have already been set on the current instance of the Paddings class, will be replaced by the corresponding property of the Paddings specified by the paddings parameter.

See Also