# Panuon.WPF.UI **Repository Path**: jackie-yi/Panuon.WPF.UI ## Basic Information - **Project Name**: Panuon.WPF.UI - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-23 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Nuget](https://img.shields.io/badge/.net%20framework-%E2%89%A54.5-blue) ![](https://img.shields.io/badge/.net-3.1-blue) ![](https://img.shields.io/badge/.net-5-blue) ![](https://img.shields.io/badge/.net-6-blue) ![](https://img.shields.io/nuget/dt/Panuon.UI.Silver) ![](https://img.shields.io/nuget/dt/Panuon.WPF.UI) ![](https://img.shields.io/badge/Visual%20Studio-2019+-813dbf) [切换到简体中文](https://github.com/PanuonGroup/Panuon.WPF.UI)
# Panuon.WPF.UI v2.2 一个专业的定制化UI引擎。 `Panuon.WPF.UI` 能让你用最少的代码来实现期望的UI效果。 `请勿从Panuon.UI.Silver 1.x 版本直接升级到 Panuon.UI.Silver 2.2 或 Panuon.WPF.UI 1.x 版本。这些个版本之间的使用方式有很大的差异。` # 升级 自 `Panuon.UI.Silver` `2.2.20` 开始, 本库已经重命名为 `Panuon.WPF.UI` 。 要升级到新库,请参阅这篇 [wiki文档](https://github.com/PanuonGroup/Panuon.WPF.UI/wiki/Release-zh-CN#100) 。 # 文档 现在仅提供了中文文档。 [中文Wiki文档](https://github.com/PanuonGroup/Panuon.WPF.UI/wiki/Home-zh-CN) # 贡献 [](https://github.com/Mochengvia) [](https://github.com/SquallATF) [](https://github.com/rdscfh) # 如何使用 ### 1. 将资源字典添加到 App.xaml 中 ``` ``` ### 2. 像Material Design那样使用附加属性,尽管这两个库之间没有任何关系 ``` xmlns:pu="https://opensource.panuon.com/wpf-ui" ...