Elio
SVG Icon in a wpf App
Hi, I found SharpVectors and I wanted to know what is the best way to use SVG files for icons in a WPF app. The current solution I went through was to save all the uriSource in a ResourceDictionary and then use it that way:
<svgc:SvgIcon UriSource="{StaticResource IconSettingsPath}" />
5 replies