WPF - IntegerUpDown - Changing the spinner button color

1.6k views Asked by At

I am using the Extended WPF Toolkit's IntegerUpDown. Is there anyway the spin button's color can be change.

IntegerUpDown Control

1

There are 1 answers

0
ViVi On

You can change the Background (Inherited from System.Windows.Controls.Control) property of the spin button to change its color like normal controls.

See Extended WPF Toolkit documentation.