二级瓷砖动画与图像的Windows Phone 8 [英] Secondary tile Animation with images in windows phone 8

查看:136
本文介绍了二级瓷砖动画与图像的Windows Phone 8的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我能够通过这样做是为了创建一个Windows Phone 8的应用程序的辅助瓷砖:

I am able to create a secondary tile in a Windows Phone 8 app by doing this:

StandardTileData NewTileData = new StandardTileData
{
   BackgroundImage =new Uri(@"Shared/ShellContent/Snow.png", UriKind.Relative),
   Title = ((CheckBox)sender).Content.ToString(),
   Count = 1,
   BackBackgroundImage =new Uri(@"Shared/ShellContent/Snow.png", UriKind.Relative),
   BackTitle = "Back Title",
   BackContent = "Back Content"
};



我可以申请一个动画背景图片?我想在二次瓦片的一段时间内显示两个图像垂直滚动一前一后。是否可以?如果是这样,任何人都可以点我在正确的方向?

Can I apply an animation for the background image? I would like to display two images scrolling vertically one after the other in the secondary tile within a period of time. Is it possible? If so, can anyone point me in the right direction?

推荐答案

没有你不行。

退房的周期,而不是​​瓷砖,如果你希望它显示这样的照片。
的http:// msdn.microsoft.com/en-us/library/windowsphone/develop/jj207036(v=vs.105).aspx

Check out the cycle tile instead if you want it to display pictures like that. http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207036(v=vs.105).aspx

这篇关于二级瓷砖动画与图像的Windows Phone 8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆