How to use WinRT transitions for WPF 4 [closed]

女生的网名这么多〃 提交于 2019-12-01 09:24:56

问题


I'd like to use the new metro transitions (AddDeleteThemeTransition, ContentThemeTransition, ...), for my WPF 4 project.

Can I use a dll ? Where could I download it ?


回答1:


WinRT/XAML is a different technology than WPF and none of its WinRT UI will work with WPF. Additionally these transitions seem to be using some different mechanism than regular Storyboards, so there is likely no way to just extract them to something that would work with WPF.

Your only option would be to implement something yourself and make it look good. Or alternatively give up support for Windows 7 and implement your application as a WinRT app for Windows 8.



来源:https://stackoverflow.com/questions/13394247/how-to-use-winrt-transitions-for-wpf-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!