Skip to main content

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

NuGet Package: 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