# ModernWpf **Repository Path**: shenhxBase/ModernWpf ## Basic Information - **Project Name**: ModernWpf - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2025-02-16 ## 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