In .NET I can provide both \\r or \\n string literals, but there is a way to insert something like \"new line\" special character like Enviro
\\r
\\n
Enviro
Here, Environment.NewLine doesn't worked.
I put a "<br/>" in a string and worked.
Ex:
ltrYourLiteral.Text = "First line.<br/>Second Line.";