Skip to main content

SvgImageItemAppearance(SvgImageBox) Constructor

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public SvgImageItemAppearance(
    SvgImageBox owner
)

Parameters

Name Type Description
owner SvgImageBox

The owner of the created SvgImageItemAppearance object.

See Also