Margins.MergeWith(Margins) Method
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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