Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 windows phone 7 做一个 Silverlight+XNA 游戏,我需要一个可以出现在多个页面中的 xaml 动画。这样做的最佳做法是什么?
提前致谢。
根据动画的含义及其实现方式,最明显的方法之一是将其放入 XAMLResourceDictionary中,可以通过单独的 XAML 文件,也可以是 core 的一部分App.xaml。
ResourceDictionary
App.xaml
制作用户控件将是一个很好的方法。制作一个包含图像的用户控件。让用户控件设置图像并运行动画。