Entry.IsPassword Property

Definition

Gets or sets a value that indicates if the entry should visually obscure typed text.

public bool IsPassword { get; set; }
member this.IsPassword : bool with get, set

Property 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.

Applies to