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.
我想为我的 WPF 4 项目使用新的 Metro 过渡(AddDeleteThemeTransition、ContentThemeTransition、...)。
我可以使用 dll 吗?我在哪里可以下载它?
WinRT/XAML 是一种与 WPF 不同的技术,其 WinRT UI 都不能与 WPF 一起使用。此外,这些转换似乎使用了与常规 Storyboard 不同的机制,因此可能无法将它们提取到可以与 WPF 一起使用的东西。
你唯一的选择是自己实现一些东西并让它看起来不错。或者放弃对 Windows 7 的支持,并将您的应用程序实现为 Windows 8 的 WinRT 应用程序。