How can the background color of a button once another button is pressed?
What I have at the moment is:
ButtonToday.Background = Color.Red; >
ButtonToday.Background = Color.Red;
Code for set background color, for SolidColor:
SolidColor
button.Background = new SolidColorBrush(Color.FromArgb(Avalue, rValue, gValue, bValue));