You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| docs | 2 years ago | |
| lib | 2 years ago | |
| tools | 2 years ago | |
| .signature.p7s | 2 years ago | |
| HandyControls.3.4.5.nupkg | 2 years ago | |
| LICENSE | 2 years ago | |
| icon.png | 2 years ago | |
| readme.txt | 2 years ago | |
readme.txt
Thanks for installing the HandyControls NuGet package!
Don't forget to add the theme resources to your Application resources in App.xaml:
<Application
...
xmlns:hc="https://handyorg.github.io/handycontrol">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<hc:ThemeResources/>
<hc:Theme/>
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>
See http://ghost1372.github.io for more information.