Is there a way to do this in Windows Phone 7?
I can reference the TextBlock in my C# Code, but I don't know exactly how to then set the foreground color of it.
myTextBlock.Foreground =
//not a clue...
Thanks
textBlock.Foreground = new SolidColorBrush(Colors.White);