If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check this tip.
You just need to add the AcceptReturn property on your Text Box control as the following sample:
<TextBox x:Name="textBox1" AcceptsReturn="True"></TextBox>