TextInput.HideInputWithChar Field

GeonBit.UI

TextInputHideInputWithChar Field
If provided, hide input and replace it with the given character. This is useful for stuff like password input field.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<char> HideInputWithChar

Field Value

Type: NullableChar
See Also