Xamarin.Forms.Entry.Placeholder Property
Gets or sets the placeholder text shown when the entry Entry.Text is null or empty. This is a bindable property.

Syntax

public string Placeholder { get; set; }

Value

The placeholder text shown when Entry.Text is null or empty. The default value is null.

Remarks

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