WPF Aero 主题标准样式

发布于 2024-10-25 12:26:34 字数 297 浏览 0 评论 0原文

使用 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:

control panel example

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文