Break Line TextBlock

Text="Line1
Line2"
//or
<TextBlock>
    line1
    <LineBreak />
    line2
</TextBlock>
DedSec