此项目不再维护,请转到该地址CookPopularUI
CookPopularControl(WPF控件库)、CookPopularCSharpToolkit(C#的一个工具库,提供大量的公共方法)是兼容.NetFramework、.NetCore、.Net5.0/6.0,其中参考了一些资料,CookPopularControl目前提供了近80款左右的控件,持续更新,如果你的项目用到此库,不要忘记点个赞,有问题可加QQ群交流:658794308,欢迎大家参与开发和指出问题。
-
Install-Package CookPopularControl -Version 1.02
-
Install-Package CookPopularCSharpToolkit --version 1.02
-
添加如下代码即可全部引用
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/CookPopularControl;component/Themes/DefaultPopularColor.xaml"/> <ResourceDictionary Source="pack://application:,,,/CookPopularControl;component/Themes/DefaultPopularControl.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>