Dirkster.WatermarkControlsLib
1.1.0
WPF/MVVM control to implement a textbox and combobox with a watermark (a faded label inside the text editing area).
Install-Package Dirkster.WatermarkControlsLib -Version 1.1.0
dotnet add package Dirkster.WatermarkControlsLib --version 1.1.0
<PackageReference Include="Dirkster.WatermarkControlsLib" Version="1.1.0" />
paket add Dirkster.WatermarkControlsLib --version 1.1.0
#r "nuget: Dirkster.WatermarkControlsLib, 1.1.0"
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.
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/WatermarkControlsLib;component/Themes/DarkBrushs.xaml" />
</ResourceDictionary.MergedDictionaries>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/WatermarkControlsLib;component/Themes/LightBrushs.xaml" />
</ResourceDictionary.MergedDictionaries>
These definitions do not theme all controls used within this library. You should use a standard theming library, such as:
- MahApps.Metro,
- MLib, or
- MUI
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.
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/WatermarkControlsLib;component/Themes/DarkBrushs.xaml" />
</ResourceDictionary.MergedDictionaries>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/WatermarkControlsLib;component/Themes/LightBrushs.xaml" />
</ResourceDictionary.MergedDictionaries>
These definitions do not theme all controls used within this library. You should use a standard theming library, such as:
- MahApps.Metro,
- MLib, or
- MUI
Release Notes
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Dirkster.WatermarkControlsLib:
Repository | Stars |
---|---|
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
|
|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|