Skip to main content

SvgImageItemAppearanceCollection.Assign(SvgImageItemAppearanceCollection) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Assign(
    SvgImageItemAppearanceCollection appearanceCollection
)

Parameters

Name Type Description
appearanceCollection SvgImageItemAppearanceCollection

The object whose settings are copied to the current object.

See Also