Enum InputHints

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration that defines the types of Input Hints.

    public enum InputHints

    Fields

    Name Description
    AutoComplete

    Suggest word auto-completion.

    None

    No active hints.

    SensitiveData

    The typed text should not be stored.

    Extension Methods

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