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

SvgImageItemAppearance(SvgImageItem) Constructor

Initializes a new instance of the SvgImageItemAppearance class with specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SvgImageItemAppearance(
    SvgImageItem owner
)

Parameters

Name Type Description
owner SvgImageItem

The owner of the created SvgImageItemAppearance object.

See Also