BerndK / SvgToXaml

Smart Tool to view svg-files and convert them to xaml for use in .NET
Other
886 stars 164 forks source link

Are hyperlinks active in XAML? #9

Closed ksmiller99 closed 5 years ago

ksmiller99 commented 6 years ago

I have an application that generates SVG files on demand with hyperlinks to a custom protocol inside them. I'd rather display them natively in my than launching MSIE (apparently on MSIE supports launching custom protocols from an SVG) Are the hyperlinks in the converted SVG active?

BerndK commented 5 years ago

Hi, I don't think that this is supported in WPF. If you need this functionality, you would have to implement this festure as a link when the user clicks on you image/button. reagrds, Bernd.

PS: sorry for late answer.