Struct HiddenInputProperty

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The HiddenInput property.

    public struct HiddenInputProperty

    Fields

    View Source

    Mode

    The mode for input text display.

    Declaration
    public static readonly int Mode
    Field Value
    Type Description
    int
    View Source

    ShowLastCharacterDuration

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

    Declaration
    public static readonly int ShowLastCharacterDuration
    Field Value
    Type Description
    int
    View Source

    SubstituteCharacter

    All input characters are substituted by this character.

    Declaration
    public static readonly int SubstituteCharacter
    Field Value
    Type Description
    int
    View Source

    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX