From 95d189a53b745fd97c32fbc3a1a9f10b9c07f319 Mon Sep 17 00:00:00 2001 From: Dirkster99 Date: Wed, 6 Sep 2017 21:28:27 +0200 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 4aef6d8..ddae73c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,33 @@ Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs The controls afre based on a refactored version from the WPF Tool Kit at: http://wpftoolkit.codeplex.com/ + +# TextBox with Watermark +![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot.png) + +# ComboBox with Watermark +![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot1.png) +![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot2.png) +![](https://github.com/Dirkster99/Docu/blob/master/WatermarkControlsLib/screenshot3.png) + + +## Theming + +Load *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions. + +```XAML + + + +``` + +```XAML + + + +``` + +These definitions do not theme all controls used within this library. You should use a standard theming library, such as: +- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro), +- [MLib](https://github.com/Dirkster99/MLib), or +- [MUI](https://github.com/firstfloorsoftware/mui)