Dirkster99 / ColorPickerLib

A WPF/MVVM implementation of a themeable color picker control.
MIT License
48 stars 13 forks source link

Change Background Color from ColorPicker Control #11

Closed APFDejanTrivunovic closed 1 year ago

APFDejanTrivunovic commented 1 year ago

Hello,

Can someone help me with this topic ? I want to change the background color from transparent to a defined color from the code behind. screenshot

grizoood commented 1 year ago

Add this : <ResourceDictionary Source="/ColorPickerLib;component/Themes/Generic.xaml" />