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

SvgImageItemAppearance.Assign(SvgImageItemAppearance) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void Assign(
    SvgImageItemAppearance appearance
)

Parameters

Name Type Description
appearance SvgImageItemAppearance

The object whose settings are copied to the current object.

See Also