windows store app
how can i change the background color of a textbox or button during runtime using C# in windows store app
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
living enzymePosted Aug 16, 2014, 4:00 PM
nilesh sinhaPosted Jul 16, 2014, 12:19 PM
Jaganathan BantheswaranPosted Jul 16, 2014, 2:59 AM
textbox1.Background = new SolidColorBrush(Color.FromArgb(255, 105, 203, 44));