Struct HiddenInputProperty
Definition
- Assembly:
- Tizen.NUI.dll
The HiddenInput property.
public struct HiddenInputProperty
Fields
View SourceMode
The mode for input text display.
Declaration
public static readonly int Mode
Field Value
Type | Description |
---|---|
int |
ShowLastCharacterDuration
Hide last character after this duration, available when SHOW_LAST_CHARACTER mode.
Declaration
public static readonly int ShowLastCharacterDuration
Field Value
Type | Description |
---|---|
int |
SubstituteCharacter
All input characters are substituted by this character.
Declaration
public static readonly int SubstituteCharacter
Field Value
Type | Description |
---|---|
int |
SubstituteCount
Length of text to show or hide, available when HIDE_COUNT/SHOW_COUNT mode is used.
Declaration
public static readonly int SubstituteCount
Field Value
Type | Description |
---|---|
int |