Display Telerik.SvgIcons in RadSvgImage
Environment
Product Version | 2023.3.1115 |
Product | RadSvgImage for WPF |
Description
How to display SVG icons from the Telerik.SvgIcons NuGet package in RadSvgImage
.
Solution
- Add the Telerik.SvgIcons NuGet package in your application.
- You can utilize the
XmlSource
property of RadSvgImage to display the Content property of the chosen SVG icon.
RadSvgImage declaration
Setting the XmlSource property
RadSvgImage displaying SVG icon from the Telerik.SvgIcons NuGet package