Open michelevirgilio opened 4 years ago
I'm also looking to do the same thing. I'll let you know if I find anything.
I'm also looking for the same thing. Did you find a solution ?
I've been using this:
IconImageSource = SvgImageSource.FromFile("resource://ICBolt.UI.Resources.logout.svg?assembly=ICBolt.UI");
I've been using this:
IconImageSource = SvgImageSource.FromFile("resource://ICBolt.UI.Resources.logout.svg?assembly=ICBolt.UI");
Does that work? even it works, i think there is no equivalent for this in xaml yet
@EmilAlipiev I think you could apply this in Xaml if you implement IValueConverter, or even IMarkupExtension.
Hi, would it be possible to use
SvgCachedImage
asImageSource
for a regularImage
object? Something like thisThanks