WPF Aero 主题标准样式
使用 Aero 主题时,是否有可以挂钩的样式资源名称,以实现与标准 Win7 应用程序相同的外观:
换句话说,TextBlocks(和其他控件)是否已经有众所周知的样式名称,可以让我实现与上图中类似的外观?
在 XAML 中,它看起来像这样:
<TextBlock Style="{DynamicResource WindowsHeading}" />
When using the Aero theme, are there resource names for styles that I can hook in to to achieve the same appearance as standard Win7 apps:
In other words, are there already well-known style names for TextBlocks (and other controls) that would let me achieve a similar appearance to what is in the image above?
In XAML it would look something like this:
<TextBlock Style="{DynamicResource WindowsHeading}" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“Windows Vista 用户体验指南 Aero 主题美学”
这就是全部内容了。
"Windows Vista User Experience Guidelines Aero Theme Aesthetics"
That's AFAIK all there is.