https://github.com/Kinnara/ModernWpf
Modern styles and controls for your WPF applications
https://github.com/Kinnara/ModernWpf
csharp desktop fluent-design windows winui wpf xaml
Last synced: 11 days ago
JSON representation
Modern styles and controls for your WPF applications
- Host: GitHub
- URL: https://github.com/Kinnara/ModernWpf
- Owner: Kinnara
- License: mit
- Created: 2019-10-18T15:08:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T09:41:58.000Z (8 months ago)
- Last Synced: 2025-04-02T01:34:56.763Z (14 days ago)
- Topics: csharp, desktop, fluent-design, windows, winui, wpf, xaml
- Language: C#
- Size: 12.1 MB
- Stars: 4,676
- Watchers: 77
- Forks: 458
- Open Issues: 246
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - Kinnara/ModernWpf - Modern styles and controls for your WPF applications (C# #)
- awesome-wpf - ModernWPF UI Library - (FREE, OPEN SOURCE) Modern styles and controls for your WPF applications. (Themes / Individual Controls)
README
# ModernWPF UI Library
[](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.
")
## 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
```
5. See [the wiki](https://github.com/Kinnara/ModernWpf/wiki) for more information.
## Packages
| NuGet Package | Latest Versions |
| --- | --- |
| [ModernWpfUI][NuGet] | [][NuGet]
[][NuGet.Pre] |
| [ModernWpfUI.MahApps][NuGet.MahApps] | [][NuGet.MahApps]
[][NuGet.MahApps.Pre] |## Screenshots
")












[NuGet]: https://www.nuget.org/packages/ModernWpfUI/
[NuGet.Pre]: https://www.nuget.org/packages/ModernWpfUI/absoluteLatest
[NuGet.MahApps]: https://www.nuget.org/packages/ModernWpfUI.MahApps/
[NuGet.MahApps.Pre]: https://www.nuget.org/packages/ModernWpfUI.MahApps/absoluteLatest