I'd like to insert a newline into a Windows Forms text label through the design view. Something like setting the text to be:
Lorem ipsum \n dolor sit amet
or
Lorem ipsum <br/> dolor sit amet
However, none of the above works. How can one insert a new line into a label? I have a static text that I'll be displaying, so I don't want to do it via code.