From f19fbd2d4cec48733529efb933b6f593fb3b142f Mon Sep 17 00:00:00 2001 From: Yimeng Wu Date: Tue, 22 Oct 2019 20:53:11 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9e6d8625..c9862ef0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # ModernWPF UI Library Modern styles and controls for your WPF applications. +## Features +* Modern styles and new features for the majority of the stock WPF controls. + +* Light and dark themes that can be easily customized. A high contrast theme is also included. + +* 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 and .NET Core 3.0. Runs on Windows Vista SP2 and above. + ![Screenshot 1](docs/images/screenshot1.png "Screenshot 1") ## Quick start @@ -44,6 +53,7 @@ Modern styles and controls for your WPF applications. ``` 5. See [Common Tasks](https://github.com/Kinnara/ModernWpf/wiki/Common-Tasks) for more usage information. + ## Screenshots ![Screenshot 2](docs/images/screenshot2.png "Screenshot 2")