Skip to main content
A newer version of this page is available. .
Tab

Margins.MergeWith(Margins) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void MergeWith(
    Margins margins
)

Parameters

Name Type Description
margins Margins

A Margins that specifies the object to combine.

Remarks

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

Note

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

See Also