开发者

WPF Aero theme standard styles

开发者 https://www.devze.com 2023-02-19 07:07 出处:网络
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:

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:

WPF Aero theme standard styles

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:

<TextBl开发者_运维百科ock Style="{DynamicResource WindowsHeading}" />


"Windows Vista User Experience Guidelines Aero Theme Aesthetics"

That's AFAIK all there is.

0

精彩评论

暂无评论...
验证码 换一张
取 消