https://github.com/wherewhere/modernwpf
Modern styles and controls for your WPF applications
https://github.com/wherewhere/modernwpf
modernwpf winui wpf
Last synced: 5 months ago
JSON representation
Modern styles and controls for your WPF applications
- Host: GitHub
- URL: https://github.com/wherewhere/modernwpf
- Owner: wherewhere
- License: mit
- Fork: true (Kinnara/ModernWpf)
- Created: 2022-03-20T09:40:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T19:26:40.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T05:41:16.351Z (9 months ago)
- Topics: modernwpf, winui, wpf
- Language: C#
- Homepage:
- Size: 31.9 MB
- Stars: 32
- Watchers: 4
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 Version |
| --- | --- |
| [ModernWpfUI][NuGet] | [][NuGet] |
| [ModernWpfUI.MahApps][NuGet.MahApps] | [][NuGet.MahApps] |## Screenshots
")












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