Rotate text / Vertical text
Category: Text
Text styles
Fonts https://msdn.microsoft.com/en-gb/windows/uwp/style/fonts FontWeight txtWinnerName.FontWeight = Windows.UI.Text.FontWeights.Bold;
.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
.TextBlock General
Simple Label With a name so you can change it Newline Use the hexadecimal encoded value 
 which represents the line feed.