Friday, August 30, 2013

Changing the button background color in the event handler with c#

Hello huge_newbie,


You can change your code:



button1.Background = new SolidColorBrush(Windows.UI.Colors.Red);



No comments:

Post a Comment