Windows Phone 7、动画和造型
我刚刚开始Windows Phone 7开发,所以了解不多。我有 2 个问题。
1)如何在页面更改期间应用任何动画,即导航到另一个页面。 我尝试了此处给出的说明
2)我必须更改按钮的背景图像在点击事件上。我完全按照此处编写的操作 但是我所做的任何更改都适用于所有“正常/单击/禁用”我如何为不同的事件定义不同的样式。
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于问题 2,请参阅:
http://blogs.msdn.com/b/ptorr/archive/2010/06/18/why-can-ti-change-the-background-of-my-button-on-a- click-event.aspx
特别是有关按钮的不同视觉状态的部分。
至于问题1,它不是一个问题。这是一个声明:“我想要 X。我尝试过 Y。”没有解释为什么 Y 不起作用,或者为什么你要问这个问题,即使你已经链接到另一个问题。您是否查看过使用 Silverlight Toolkit 的其他答案,该答案的得票数是已接受答案的 2 倍以上?具体是什么不起作用?
for Question 2, see:
http://blogs.msdn.com/b/ptorr/archive/2010/06/18/why-can-t-i-change-the-background-of-my-button-on-a-click-event.aspx
particularly the sections about the different visual states for the button.
As for question 1, it isn't a question. It is a statement: "I want X. I tried Y." There's no explanation of what about Y didn't work, or why you're asking about it even though you've linked to another question. did you look at the other answer that uses the Silverlight Toolkit which has more than 2x the votes of the accepted answer? What specificly isn't working?
1)尝试这个Clarity.PageTransitionSample ,它有许多不同过渡风格的示例以及源代码可供下载。
对于2)尝试 更改按钮的背景颜色点击
不太确定你想要什么,希望有帮助!
For 1) try this Clarity.PageTransitionSample , it have sample of many different transition style with source code to download.
For 2) try Change a button's background color on click
Not very sure what you want, hope that helps!