1

I am trying to show NON ANIMATED gif images in my WinRT app. My current solution is to use a server side converter to convert the images to png, and then load them into an Image control. I have limited bandwidth and would prefer to do it in-app. I used .Net Image Tools to do this on Windows Phone, but it does not appear to be available for Windows RT. I cannot show the images in a WebView because I need to show another element over the image. I know this is a duplicate of this, but that was closed by users who thought it was a duplicate of a question asking about showing animated gifs. My question is how to show NON ANIMATED gifs, and I can't seem to delete the old question.

4

1 回答 1

2

<Image>您可以在元素内的 XAML 中直接使用 gif 。无需转换它。只需将Source属性设置为图像。

于 2012-11-04T18:57:11.257 回答