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

BackgroundImage.MergeWith(BackgroundImage) Method

Combines the properties of the specified BackgroundImage with the current instance of the BackgroundImage class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void MergeWith(
    BackgroundImage backgroundImage
)

Parameters

Name Type Description
backgroundImage BackgroundImage

A BackgroundImage that represents an object to be combined.

Remarks

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

Note

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

See Also