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 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T17:17:08.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T15:16:53.259Z (about 1 year 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: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/Dirkster99/watermarkcontrolslib)
[](https://github.com/Dirkster99/watermarkcontrolslib/releases/latest)
[](http://nuget.org/packages/Dirkster.watermarkcontrolslib)
 
# WatermarkControlsLib
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

# ComboBox with Watermark



## 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)