I want to use a SVG image format as an button image because I want these images is shown with high quality so I have decided to use SVG format. I have searched about it and There are some people that say SVG format can be used as WPF image source. But when I use SVG image Like this:
<Image Source="Images/hard.svg"/>
I have error. Absolutely Microsoft website says I can use SVG file as Image source. https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.imaging.svgimagesource?view=winrt-19041
How can I use SVG image format as my WPF image souse?