Xamarin.Forms.Entry.IsPassword Property
Gets or sets a value that indicates if the entry should visually obscure typed text. This is a bindable property.

Syntax

public bool IsPassword { get; set; }

Value

true if the element is a password box; otherwise, false. Default value is false.

Remarks

Toggling this value does not reset the contents of the entry, therefore it is advisable to be careful about setting IsPassword to false, as it may contain sensitive information.

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