复制 Blend 故事板

发布于 2024-10-16 17:09:25 字数 98 浏览 2 评论 0原文

我有一个表达式混合 3 解决方案,其中有一些图像(我的按钮)。现在我有一个故事板,可以在我的按钮上播放特定的效果/动画/淡入。我可以将故事板复制到其他按钮上还是必须单独制作每个动画?

I have an expression blend 3 solution, that has a few images(my buttons). Now i have a storyboard that plays a certain effect/animation/fade-in on my button. Can i copy the storyboard to my other buttons or must i go an do each animation on it's own?

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

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

发布评论

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

评论(1

恏ㄋ傷疤忘ㄋ疼 2024-10-23 17:09:25

您应该将这些故事板存储为一种样式并将其应用到您的所有按钮。

您可以在这里阅读有关模板的信息:

在这里,您可以查看在模板中使用 VisualStateManager (以及其中的 Storyboard):
http://msdn.microsoft。 com/en-us/library/system.windows.visualstategroup(v=vs.95).aspx

You should store those storyboards as a style and apply it to all yours buttons.

Here you can read about templates:
http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-7-using-control-templates-to-customize-a-control-s-look-and-feel.aspx

Here you can look at using VisualStateManager (and Storyboard in in) withing template:
http://msdn.microsoft.com/en-us/library/system.windows.visualstategroup(v=vs.95).aspx

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