Text styles

Fonts https://msdn.microsoft.com/en-gb/windows/uwp/style/fonts FontWeight txtWinnerName.FontWeight = Windows.UI.Text.FontWeights.Bold;        

Read More

.TextBox General

Use TextBox for use text entry text box Hidden TextBox You can’t set a text box to not visible and have it still take focus / text entry, but you can achieve the same thing by setting its opacity to 0: Options Wrap text / multiline Read only

Read More

.TextBlock General

Simple Label With a name so you can change it Newline Use the hexadecimal encoded value 
 which represents the line feed.

Read More