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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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