how to get the default style and control template of WP7 control?

穿精又带淫゛_ 提交于 2019-12-09 19:24:01

问题


they have the styles and templates for WPF and Silverlight controls published on MSDN. but not for the WP7 controls.

So, how to get the default style and control template of WP7 control ?


回答1:


In your SDK folder

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Design

or

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Design

You will find System.Windows.xaml and ThemeResources.xaml as well as folders for eah of the themes.



来源:https://stackoverflow.com/questions/6767191/how-to-get-the-default-style-and-control-template-of-wp7-control

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