For some reason I am having a problem setting the foreground of a TextBlock.
I've tried:
I'm working on a Windows Phone 8.1 app.
It must be the Colors class (but not Color). Example:
var textblocks = new TextBlock() { Height = box_height, Width = box_width, Text = "Hello", FontSize = 30, Foreground = new SolidColorBrush(Colors.Black) };