The Elysium project on CodePlex looks interesting. One problem. I can\'t figure out how to use it. I can only assume that there is an assumption that the user knows what he or s
Download SDK from here and intall the SDK. It integrates with Visual Studio and you have Metro WPF template as well.
For Elysium 1.5 onwards, here's the step
Refer http://bizvise.com/2012/09/24/how-to-install-elysium-on-visual-studio-project/ for a complete step by step guide.
For Elysium Version 2.0, here's what I did:
Create a new project with WPF Metro application:
Finally, you can add the controls manually on your toolbar:
If you like this extension, then you can donate on their website.
Elysium.Theme.dll
, Microsoft.Expression.Interactions.dll
, Microsoft.Windows.Shell.dll
and System.Windows.Interactivity.dll
xmlns:metro="http://schemas.codeplex.com/elysium/theme"
<Window ..>...</Window>
but is instead a <metro:Window ..>...</metro:Window>
.That should get you started.
Best of luck.