I have the following code
TextBox1.Text = "Two of the peak human experiences are "
TextBox1.Text = TextBox1.Text & "good food and classical music."
TextBox1.FontSize = "16"
It shows two lines in the same text box . How would I change the font size for each line of text and have them appear in the same textbox?