Struct HiddenInput

    Definition

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

    A struct to pass data of HiddenInputSettings PropertyMap.

    public struct HiddenInput : IEquatable<HiddenInput>
    Implements
    IEquatable<><HiddenInput>
    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    Properties

    View Source

    Mode

    The mode for input text display.

    Declaration
    public HiddenInputModeType Mode { readonly get; set; }
    Property Value
    Type Description
    HiddenInputModeType
    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    ShowLastCharacterDuration

    Hide last character after this duration, available when ShowLastCharacter mode (if null, the default value is 1000).

    Declaration
    public int? ShowLastCharacterDuration { readonly get; set; }
    Property Value
    Type Description
    int?
    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    SubstituteCharacter

    All input characters are substituted by this character (if null, the default value is '*').

    Declaration
    public char? SubstituteCharacter { readonly get; set; }
    Property Value
    Type Description
    char?
    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    SubstituteCount

    Length of text to show or hide, available when HideCount/ShowCount mode is used (if null, the default value is 0).

    Declaration
    public int? SubstituteCount { readonly get; set; }
    Property Value
    Type Description
    int?
    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    Methods

    View Source

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if equal HiddenInput, else false.

    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    Equals(HiddenInput)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(HiddenInput other)
    Parameters
    Type Name Description
    HiddenInput other

    The HiddenInput to compare with the current HiddenInput.

    Returns
    Type Description
    bool

    true if equal HiddenInput, else false.

    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    GetHashCode()

    Gets the hash code of this HiddenInput.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    The hash code.

    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    Operators

    View Source

    operator ==(HiddenInput, HiddenInput)

    The == operator.

    Declaration
    public static bool operator ==(HiddenInput lhsHiddenInput, HiddenInput rhsHiddenInput)
    Parameters
    Type Name Description
    HiddenInput lhsHiddenInput

    HiddenInput to compare

    HiddenInput rhsHiddenInput

    HiddenInput to be compared

    Returns
    Type Description
    bool

    true if HiddenInputs are equal

    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    View Source

    operator !=(HiddenInput, HiddenInput)

    The != operator.

    Declaration
    public static bool operator !=(HiddenInput lhsHiddenInput, HiddenInput rhsHiddenInput)
    Parameters
    Type Name Description
    HiddenInput lhsHiddenInput

    HiddenInput to compare

    HiddenInput rhsHiddenInput

    HiddenInput to be compared

    Returns
    Type Description
    bool

    true if HiddenInputs are not equal

    Remarks

    The HiddenInput struct is used as an argument to SetHiddenInput and GetHiddenInput methods.
    See SetHiddenInput(HiddenInput) and GetHiddenInput().

    Implements

    IEquatable<>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX