I found this example on MSDN that shows some ways to configure a textblock:
A lot of it seems to work for me, but this part fails:
textBlock.Background = Brushes.AntiqueWhite;
The "Background" part is underscored in red and Visual Studio says: "Windows.UI.Xaml.Controls.TextBlock does not contain a definition for Background".
I am perplexed.
Is this a recent change? Or did this get removed later?