How do I use the Elysium Project?

后端 未结 4 745
失恋的感觉
失恋的感觉 2021-02-09 11:21

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

4条回答
  •  说谎
    说谎 (楼主)
    2021-02-09 11:53

    • Download the binaries either from Codeplex or Nuget.
    • Add references to the binaries: Elysium.Theme.dll, Microsoft.Expression.Interactions.dll, Microsoft.Windows.Shell.dll and System.Windows.Interactivity.dll
      • Note: some of the binaries that come with the package aren't added correctly if you do it via Nuget so you'll have to add them manually.
    • When you add a new window to your application, add this namespace to your XAML: xmlns:metro="http://schemas.codeplex.com/elysium/theme"
    • Then change your XAML so that the window isn't just a ... but is instead a ....
    • There are lots of other examples in the test project on the Elysium site which show how to use the custom controls, etc.

    That should get you started.

    Best of luck.

提交回复
热议问题