Break line in Text

There is no way to break line in Text Class? If the length of a text is longer than his width the Text continue below?

Is very important to me do this in my app. It is posible?

This should do it :slight_smile:

<Text TextWrapping="Wrap">content...</Text>

Thanks! :slight_smile: