Search code examples
wpfstylesaero

WPF Aero theme standard styles


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}" />

Solution

  • "Windows Vista User Experience Guidelines Aero Theme Aesthetics"

    That's AFAIK all there is.