FixedMaskedTextProviderIHandlerPasswordChar Property |
In password mode, gets or sets the character to show for filled edit characters in the mask.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax char PasswordChar { get; set; }
Property PasswordChar As Char
Get
Set
abstract PasswordChar : char with get, set
Property Value
Type:
CharThe password character.
See Also