# AI-wpf-controls **Repository Path**: shidingneng/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**: 0 - **Forks**: 37 - **Created**: 2022-10-18 - **Last Updated**: 2022-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

一个Wpf控件库

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

![image](https://user-images.githubusercontent.com/27945492/174432563-a997977f-e4f0-4749-920b-2a5aa4d08a29.png) 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