Skip to main content
A newer version of this page is available. .
Tab

BackgroundImage.CopyFrom(BackgroundImage) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void CopyFrom(
    BackgroundImage backgroundImage
)

Parameters

Name Type Description
backgroundImage BackgroundImage

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

Remarks

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

Note

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

See Also