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

WpfSvgRenderer(SvgImage, WpfSvgPalette, String) Constructor

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

Namespace: DevExpress.Xpf.Core.Native

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public WpfSvgRenderer(
    SvgImage image,
    WpfSvgPalette basePalette,
    string actualState
)

Parameters

Name Type Description
image SvgImage

An object that represents an SVG Image.

basePalette WpfSvgPalette

A palette for the SVG Image.

actualState String

The current theme name.

Remarks

See Also