Does a picturebox like control exist in WPF? I want a control that I can easily change/retrieve the backcolor of.
You can use rectangle control & set the Fill property with the respective color. For click event, you can add MouseDownEvent handler to rectangle.
Image
is the class you are looking for. The name may be confusing, but it is a control. Also, everything in WPF can be customized. The background color of every control can be changed.