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.
zhaojian 13a4741496 优化界面 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.