Skip to main content
Tab

ImageSpriteProperties.CopyFrom(PropertiesBase) Method

Duplicates the properties of the specified object into the current instance of the ImageSpriteProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void CopyFrom(
    PropertiesBase properties
)

Parameters

Name Type Description
properties PropertiesBase

A PropertiesBase object that represents the object which the settings will be copied from.

Remarks

Use the CopyFrom method to duplicate the properties of the specified PropertiesBase object into the instance of the ImageSpriteProperties class that this method is called from.

Note

All properties, including those that have been set in the current instance of the ImageSpriteProperties class, will be replaced by the associated property in the PropertiesBase specified by the properties parameter.

See Also