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