| PasswordBoxPasswordChar Property  | 
 
            Gets or sets the password display character hint
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic char PasswordChar { get; set; }Public Property PasswordChar As Char
	Get
	Set
member PasswordChar : char with get, set
Property Value
Type: 
CharThe password character
 Remarks
Remarks
            Some platforms may not support changing the password display character
            
 See Also
See Also