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 she is doing. I don't apparently. I download the Debug Binary from here. It has a batch file for loading the files, and it looks to have run without error. But I can't figure out where to go from here. When I open Blend, I see no templates or themes. Can someone please help?
Thanks
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.
Download SDK from here and intall the SDK. It integrates with Visual Studio and you have Metro WPF template as well.
Elysium.Theme.dll
,Microsoft.Expression.Interactions.dll
,Microsoft.Windows.Shell.dll
andSystem.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.
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.