Dirkster99 / WatermarkControlsLib

Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status Release NuGet

Net4 NetCore3

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:

About

Provides MVVM/WPF conform textbox and combobox control implementations for dark and light modern UIs

License:MIT License


Languages

Language:C# 98.7%Language:Batchfile 1.3%