# AI-wpf-controls **Repository Path**: akwkevin/AI-wpf-controls ## Basic Information - **Project Name**: AI-wpf-controls - **Description**: https://gitee.com/akwkevin/aistudio.-wpf.-aclient的控件库 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 98 - **Forks**: 37 - **Created**: 2022-05-23 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

一个Wpf控件库

本控件库,结合了MahApps.Metro,Material-Design,HandyControl,PanuonUI,Xceed等控件库,做了一个集成,并有部分自定义的控件,供大家参考使用,以下为控件库截图,本控件库会保持定期维护定期更新,欢迎大家光临。(如果我使用了您的控件,没有在本文提出,请联系我,我给您加上)

![image](https://github.com/akwkevin/AI-wpf-controls/assets/27945492/5fddb88c-ddd5-4193-b1f7-6126eda276ec) ### AIStudio框架汇总:[https://gitee.com/akwkevin/aistudio.-introduce](https://gitee.com/akwkevin/aistudio.-introduce) ### github 地址:https://github.com/akwkevin/AI-wpf-controls ### gitee 地址:https://gitee.com/akwkevin/AI-wpf-controls **快速使用方法** # 1.新建WPF应用程序:TestAIControls # 2.使用nuget安装AIStudio.Wpf.Controls控件库 ![image](https://user-images.githubusercontent.com/27945492/174433289-8e9b2891-b8f6-49c9-a632-3e402bac58a7.png) # 3.App.xaml 引用资源 ``` ``` 其中``````可以替换成``````,标准控件的Style也默认使用本控件库的。 # 4.MainWindow.xaml界面使用控件,引入命名控件 xmlns:ac="https://gitee.com/akwkevin/AI-wpf-controls" 使用样式: Style="{StaticResource AIStudio.Styles.XXX}",其中XXX为控件名; 使用内置控件: ,其中YYY为自定义控件名; ``` AI