FixedMaskedTextProviderIsPassword Property |
Gets or sets a value indicating whether the mask should be password protected.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsPassword { get; set; }
Public Property IsPassword As Boolean
Get
Set
member IsPassword : bool with get, set
Property Value
Type:
Booleantrue if this instance is password; otherwise,
false.
See Also