Handycontrl程序启动步骤

一、Github下载Handycontrol程序包

二、启动Handycontrol程序

在这里插入图片描述

三、设置启动项

在这里插入图片描述

四、找到对应根目录下的HandyControlDemo启动文件

在这里插入图片描述

WPF项目使用HandyControl步骤

一、新建WPF项目

在这里插入图片描述

二、管理Nuget程序包安装HandyControl

在这里插入图片描述

在这里插入图片描述

三、将编码加入App.xaml

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

加入前
在这里插入图片描述
加入后
在这里插入图片描述

四、MainWnidow.xaml中加入命名空间

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

加入后
在这里插入图片描述

调用案例

一、复制控件代码块

在这里插入图片描述

二、启动案例

在这里插入图片描述

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐