Enum HiddenInputModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

The type for HiddenInput mode.

C#
Copy
public enum HiddenInputModeType
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).