Xamarin.Forms.Label.FormattedText Property
Gets or sets the formatted text for the Label. This is a bindable property.

Syntax

public FormattedString FormattedText { get; set; }

Value

The Xamarin.Forms.FormattedString value to be displayed inside of the Label. This is a bindable property.

Remarks

Setting FromattedText to a non-null value will set the Text property to null.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.2.0.0, 1.3.0.0