Is it possible to display the label text with line breaks exactly as per the image
You can use for Line Breaks, and for white space.
string s = "First line Second line";
Output:
First line Second line
For more info refer to this: Line break in Label