如何获取WP7控件的默认样式和控件模板?
他们在 MSDN 上发布了 WPF 和 Silverlight 控件的样式和模板。 但不适用于 WP7 控件。
那么,如何获取WP7控件的默认样式和控件模板呢?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 SDK 文件夹中
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Design
或
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\ v7.1\Design
您将找到
System.Windows.xaml
和ThemeResources.xaml
以及每个主题的文件夹。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
andThemeResources.xaml
as well as folders for eah of the themes.