Enum HiddenInputModeType
Definition
- Assembly:
- Tizen.NUI.dll
The type for HiddenInput mode.
public enum HiddenInputModeType
Fields
Name | Description |
---|---|
HideAll | Hide all the input text. |
HideCount | Hide n characters from start. |
HideNone | Don't hide text. |
ShowCount | Show n characters from start. |
ShowLastCharacter | Show last character for the duration(use ShowLastCharacterDuration property to modify duration). |