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

Syntax

public string Text { get; set; }

Value

The string value to be displayed inside of the Label.

Remarks

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

Requirements

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