user6648485
user6648485

Reputation: 77

WPF - IntegerUpDown - Changing the spinner button color

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

IntegerUpDown Control

Upvotes: 0

Views: 1707

Answers (1)

ViVi
ViVi

Reputation: 4474

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.

Upvotes: 0

Related Questions