Xamarin.Forms Label Tutorial

Before attempting this tutorial, you should have successfully completed the:

In this tutorial, you learn how to:

  • Create a Xamarin.Forms Label in XAML.
  • Change the appearance of the Label.
  • Present text, in a single Label, that has multiple formats.

You will use Visual Studio 2019, or Visual Studio for Mac, to create a simple application that demonstrates how to display text in a Label. The following screenshots show the final application:

Screenshot of a Label displaying formatted text, on iOS and Android

You'll also use XAML Hot Reload for Xamarin.Forms to see UI changes without rebuilding your application.