Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created January 24, 2012 12:13
Show Gist options
  • Save ZweiSteinSoft/1669933 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/1669933 to your computer and use it in GitHub Desktop.
WPF: Use Aero styling for controls.
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/PresentationFramework.Aero;V3.0.0.0;31bf3856ad364e35;component\themes/aero.normalcolor.xaml" />
</ResourceDictionary.MergedDictionaries>
<!-- other resources go here -->
</ResourceDictionary>
</Application.Resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment