Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirkster99/watermarkcontrolslib
Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs
https://github.com/dirkster99/watermarkcontrolslib
combobox control csharp dark dotnet library light modern mvvm textbox theme ui ui-components watermark wpf
Last synced: about 2 months ago
JSON representation
Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs
- Host: GitHub
- URL: https://github.com/dirkster99/watermarkcontrolslib
- Owner: Dirkster99
- License: mit
- Created: 2017-09-06T19:14:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T17:17:08.000Z (over 5 years ago)
- Last Synced: 2024-11-01T13:42:20.623Z (about 2 months ago)
- Topics: combobox, control, csharp, dark, dotnet, library, light, modern, mvvm, textbox, theme, ui, ui-components, watermark, wpf
- Language: C#
- Size: 51.8 KB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/c44414w3s1ow8eb5?svg=true)](https://ci.appveyor.com/project/Dirkster99/watermarkcontrolslib)
[![Release](https://img.shields.io/github/release/Dirkster99/watermarkcontrolslib.svg)](https://github.com/Dirkster99/watermarkcontrolslib/releases/latest)
[![NuGet](https://img.shields.io/nuget/dt/Dirkster.watermarkcontrolslib.svg)](http://nuget.org/packages/Dirkster.watermarkcontrolslib)![Net4](https://badgen.net/badge/Framework/.Net 4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore 3/blue)
# WatermarkControlsLib
Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIsThe 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)