csharp how to add newline on text box

Code Example - csharp how to add newline on text box

                
                        string newLine = Environment.NewLine;
sample = "I am"+newLine+"coming"+newLine+" from " +newLine+ "Forget Code";