Dirkster.WatermarkControlsLib
1.1.0
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"
// Install Dirkster.WatermarkControlsLib as a Cake Addin
#addin nuget:?package=Dirkster.WatermarkControlsLib&version=1.1.0
// Install Dirkster.WatermarkControlsLib as a Cake Tool
#tool nuget:?package=Dirkster.WatermarkControlsLib&version=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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
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
|
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.