HandyControl WPF控件库 v3.3.0

HandyControl是一套WPF控件库,它几乎重写了所有原生样式,同时包含80余款自定义控件。

 

用法

Step 1: 添加 HandyControl 引用,或在 nuget 上搜索 HandyControl;

 

Install-Package HandyControl

 

Step 2: 在 App.xaml 中添加如下代码:

 

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
            <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

 

Step 3: 添加命名空间:

 

xmlns:hc="https://handyorg.github.io/handycontrol"

 

Step 4: 开始编码

图片[1]-HandyControl WPF控件库 v3.3.0-爱站

HandyControl WPF控件库 v3.3.0-爱站
HandyControl WPF控件库 v3.3.0
此内容为免费资源,请登录后查看
0
免费资源
© 版权声明
THE END
喜欢就支持一下吧
点赞13 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容