# ModernWpf **Repository Path**: DLGCY_Clone/ModernWpf ## Basic Information - **Project Name**: ModernWpf - **Description**: 现代风格的 WPF 样式和控件。Modern styles and controls for your WPF applications。(克隆自:https://github.com/Kinnara/ModernWpf [kgithub镜像]) - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 8 - **Created**: 2022-10-06 - **Last Updated**: 2025-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ModernWPF UI Library [![Gitter](https://badges.gitter.im/ModernWpf/community.svg)](https://gitter.im/ModernWpf/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Modern styles and controls for your WPF applications. ## Features * Modern styles and new features for [the majority of the stock WPF controls](https://github.com/Kinnara/ModernWpf/wiki/Controls#styled-controls). * Light and dark themes that can be easily customized. A high contrast theme is also included. * [Additional controls](https://github.com/Kinnara/ModernWpf/wiki/Controls#additional-controls) to help you build modern applications. Some are ported from the [Windows UI Library](https://github.com/microsoft/microsoft-ui-xaml). * Targets .NET Framework 4.5+, .NET Core 3+, and .NET 5+. Runs on Windows Vista SP2 and above. ![Overview of controls (light theme)](docs/images/Controls.Light.png "Overview of controls (light theme)") ## Quick start 1. Create a new WPF app. 2. Install from NuGet `Install-Package ModernWpfUI`. 3. Edit App.xaml to following: ```xaml ``` 4. Edit MainWindow.xaml to following: ```xaml