Struct HiddenInputProperty

Definition

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

The HiddenInput property.

C#
Copy
public struct HiddenInputProperty

Fields

View Source

Mode

The mode for input text display.

Declaration
C#
Copy
public static readonly int Mode
Field Value
Type Description
Int32
API Level: 3
View Source

ShowLastCharacterDuration

Hide last character after this duration, available when SHOW_LAST_CHARACTER mode.

Declaration
C#
Copy
public static readonly int ShowLastCharacterDuration
Field Value
Type Description
Int32
API Level: 4
View Source

SubstituteCharacter

All input characters are substituted by this character.

Declaration
C#
Copy
public static readonly int SubstituteCharacter
Field Value
Type Description
Int32
API Level: 3
View Source

SubstituteCount

Length of text to show or hide, available when HIDE_COUNT/SHOW_COUNT mode is used.

Declaration
C#
Copy
public static readonly int SubstituteCount
Field Value
Type Description
Int32
API Level: 3