Show / Hide Table of Contents

    Enum AutoCapital

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for defining the autocapitalization types.

    public enum AutoCapital

    Fields

    Name Description
    All

    Autocapitalize all the letters.

    None

    No autocapitalization when typing.

    Sentence

    Autocapitalize the start of each sentence.

    Word

    Autocapitalize each of the typed word.

    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX