复制 Blend 故事板
我有一个表达式混合 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该将这些故事板存储为一种样式并将其应用到您的所有按钮。
您可以在这里阅读有关模板的信息:
在这里,您可以查看在模板中使用
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
(andStoryboard
in in) withing template:http://msdn.microsoft.com/en-us/library/system.windows.visualstategroup(v=vs.95).aspx