# Desktop自定义控件库 **Repository Path**: yusin/DesktopCustomControl ## Basic Information - **Project Name**: Desktop自定义控件库 - **Description**: Wpf/Winform自定义控件库 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Fork me on Gitee](https://gitee.com/ChanceZXY/DesktopCustomControl/widgets/widget_3.svg)](https://gitee.com/ChanceZXY/DesktopCustomControl) # DesktopCustomControl ## 介绍 C#WPF自定义控件集,也支持WinFrom,项目基于.netFrameWork4.6.1,完全原生开发,没有使用任何第三方控件,可以直接用在你的项目中,该项目会一直更新,后面会移植到.net Core 3.1上. *** **如果我的代码对您有帮助,请给厨子一个星星,谢谢,您的赞赏是我最大的动力** *** ## 使用方法 - 在WPF中使用方法: ```XAML xmlns:cus="clr-namespace:CustomControl.CustomComponent;assembly=CustomControl ``` - 你也可以直接调用库里面的样式 ``` 如这样调用即可: