Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download Microsoft's standard WPF themes from? [closed]

Tags:

wpf

xaml

themes

Microsoft has made their Classic, Luna, Royale, and Aero themes for WPF available for download as XAML resource dictionaries.

Where can I download them from? I can never find the link!

like image 507
sourcenouveau Avatar asked Nov 11 '10 19:11

sourcenouveau


People also ask

Who wrote the theme for WPF standard themes?

CODE Framework: WPF Standard Themes By Markus Egger Published in: VFPConversion.com Papers: VFP Conversion Papers Last updated: February 19, 2019 Download File Tweet Download File Syntax Highlight Theme:

What is WPF theme DLL?

For PresentationFramework.dll, the assembly that contains WPF controls, theme resources are in a series of side-by-side assemblies. The theme becomes the last place to look when searching for the style of an element.

Where are WPF theme resources stored?

WPF theme resources are stored in embedded resource dictionaries. These resource dictionaries must be embedded within a signed assembly, and can either be embedded in the same assembly as the code itself or in a side-by-side assembly.

How do I set up a code Framework WPF application?

The overall setup of the application is entirely based on the default CODE Framework WPF application template. (See the Downloading CODE Frameworksidebar for more information on how to download these tools.) When creating a new CODE Framework WPF application, you can choose which themes you would like to include from a wizard.


1 Answers

The download links are identical between .NET 3.0 and .NET 3.5--only the online documentation is different.

Themes for .NET 3.0

  • Classic (download)
  • Luna (download)
  • Royale (download)
  • Aero (download)

Themes for .NET 3.5

  • Classic (download)
  • Luna (download)
  • Royale (download)
  • Aero (download)

WPF Documentation Samples for .NET 4 and .NET 4.5

  • Themes (download) (No longer available)
  • Classic
  • Luna
  • Royale
  • Aero
like image 85
sourcenouveau Avatar answered Oct 22 '22 01:10

sourcenouveau