Paddings.CopyFrom(Paddings) Method
Duplicates the properties of the specified object into the current instance of the Paddings class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
paddings | Paddings | A Paddings object that represents the object which the settings will be copied from. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified Paddings object into the instance of the Paddings class that this method is called from.
Note
All properties, including those that have been set in the current instance of the Paddings class, will be replaced by the associated property in the Paddings specified by the paddings parameter.
See Also