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.v20.2.dll

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

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

Tip

Topic: SVG Images

See Also