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 best solutions below

0
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.