Fonts
https://msdn.microsoft.com/en-gb/windows/uwp/style/fonts
FontWeight
txtWinnerName.FontWeight = Windows.UI.Text.FontWeights.Bold;
Change style name programatically
MyTextBox.Style = (Style)Application.Current.Resources["TextValueSmall1"];
