通过好几个月,断断续续把基本控件的开发完了,已上传到 gitee 和 nuget;html
欢迎使用体验,互相交流。git
gitee 连接: https://gitee.com/wuyanxin1028/rubyer-wpfgithub
一款自用的 WPF 主题和控件包,免费开源,欢迎下载点 ⭐,基本重写了系统默认控件; 基本重写了 WPF 默认控件的样式,增长经常使用控件,考虑包大小,只作 bug 修复,不增长新控件了,更多自定义控件考虑拓展包形式ruby
基于 .Net Framework 4.6 和 .Net Core 3.1 的 WPF架构
Install-Package Rubyer 添加引用, 或者 Nuget 搜索 Rubyer 安装。app
在 WPF 项目的 App.Xaml 中引用:spa
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/Rubyer;component/Themes/Generic.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
推荐一下这个开源 WPF 的截图软件,真的太好用了,但愿本身也能够写出这么好的软件。code
ScreenToGif:https://github.com/NickeManarin/ScreenToGifcomponent
感谢如下的分享:htm
MaterialDesignInXamlToolkit:https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
PanuonUI:https://github.com/Panuon/PanuonUI.Silver
HandyControl:https://github.com/HandyOrg/HandyControl
[WPF 自定义控件]自定义Expander:https://www.cnblogs.com/dino623/p/Custom_Expander.html
[WPF 自定义控件]使用WindowChrome自定义Window Style:https://www.cnblogs.com/dino623/p/custom_window_style_using_WindowChrome.html