Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Cannot bind ColorPicker SelectedColor to the ViewModel

$
0
0
Forget it. I got it. I had to use a Media.Color (and a System.Background.Color will not work either). Like this:
    public System.Windows.Media.Color MediaColor { get; set; }
Ernie

Viewing all articles
Browse latest Browse all 4964

Trending Articles