# DOC_WPFTOOLS **Repository Path**: chenhome/DOC_WPFTOOLS ## Basic Information - **Project Name**: DOC_WPFTOOLS - **Description**: http://git.oschina.net/chenhome/WPFTOOLS 文档 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2016-12-28 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WPFTools 本人在开发基于WIndows的桌面程序时,使用WPF开发将有用的工具,封装成库,便于以后使用. ## 开发环境 * VS2015 * 基于 Net4.0 * 主要针对Windows WPF 桌面程序开发 win7 及以上 ## 主要功能 * 常用控件重绘 * 主题切换 ## 目录 # Summary * [简介](README.md) * [起步](起步.md) * [普通控件](普通控件使用.md) * [Button](button.md) * [RadioButton](radiobutton.md) * [CheckBox](checkbox.md) * [TextBlock](textblock.md) * [输入控件](输入控件.md) * [列表控件](列表控件.md) * [进度控件](进度控件.md) * [Calendar](calendar.md) * [DataGrid](datagrid.md) * [Tab](tab.md) * [Expander](expander.md) * [GroupBox](groupbox.md) * [Windows相关控件](windows相关控件.md) * [扩展控件](自定义控件.md) * [TextBoxEx](textboxex.md) * [PasswordBoxEx](passwordboxex.md) * [IconButton](iconbutton.md) * [图标字体使用](图标字体使用.md) * [RadioButtonStyle](radiobuttonstyle.md) * [数字框SpinBox](数字框spinbox.md) * [SlideCheckBox](slidecheckbox.md) * [ProgressRing](progressring.md) * [SerialPortControls](serialportcontrols.md) * [窗体](窗口.md) * [WindowBase](windowbase.md) * [主题管理](主题管理.md) ## 参考开源项目 * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro "MahApps.Metro") * [Modern UI for WPF (MUI)](https://github.com/firstfloorsoftware/mui "Modern UI for WPF (MUI)")