Enum LayoutVariation

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    Enumeration for the layout variation.

    public enum LayoutVariation

    Fields

    Name Description
    NormalFileName

    Filename layout; symbols such as '/', '*', '&apos;, '|', '<', '>', '?', '"', and ':' should be disabled.

    NormalNormal

    The plain normal layout.

    NormalPersonName

    The name of a person.

    NumberOnlyDecimal

    The number layout to allow a decimal point to provide fractional value.

    NumberOnlyNormal

    The plain normal number layout.

    NumberOnlySigned

    The number layout to allow a negative sign.

    NumberOnlySignedAndDecimal

    The number layout to allow a decimal point and negative sign.

    PasswordNormal

    The normal password layout.

    PasswordNumberOnly

    The password layout to allow only a number.

    Undefined

    Undefined.

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