Skip to main content
Tab

ImageSpriteProperties.MergeWith(PropertiesBase) Method

Combines the properties of the specified PropertiesBase object with the current instance of the ImageSpriteProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void MergeWith(
    PropertiesBase properties
)

Parameters

Name Type Description
properties PropertiesBase

A PropertiesBase object that represents an object to be combined.

Remarks

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

Note

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

See Also