Click or drag to resize

PasswordBoxPasswordChar Property

Gets or sets the password display character hint

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public char PasswordChar { get; set; }

Property Value

Type: Char
The password character
Remarks
Some platforms may not support changing the password display character
See Also