I have the following XAML:
<toolkit:NumericUpDown Background="White"/>
However, this doesn’t change the background-color of the control. I already tried to assign a background over the SpinnerTemplate, but this doesn’t work either. Is there any way I can make this control have a background without having to make a new template?
Without having to make a new template? I don’t think so.
Does this do what you need to accomplish?
The key line is:
You can nestle this style away in a resource dictionary if you’re going to be doing this often.