Windows Phone 7、动画和造型

发布于 2024-11-26 19:12:15 字数 452 浏览 1 评论 0 原文

我刚刚开始Windows Phone 7开发,所以了解不多。我有 2 个问题。

1)如何在页面更改期间应用任何动画,即导航到另一个页面。 我尝试了此处给出的说明


2)我必须更改按钮的背景图像在点击事件上。我完全按照此处编写的操作 但是我所做的任何更改都适用于所有“正常/单击/禁用”我如何为不同的事件定义不同的样式。

谢谢。

I have just started Windows Phone 7 development so I don't know a lot. I have 2 questions.

1) How to apply Any animation during page change, meaning Navigating to another page.
I tried the instruction given Here


2) I have to change the background image of a button on click event. I did exactly as written Here
but what ever changes I do it applies to all "Normal/Click/Disabled" how can I define different styles for different events.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

二手情话 2024-12-03 19:12:15

对于问题 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?

近箐 2024-12-03 19:12:15

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文