Enum LayoutVariation

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

Enumeration for the layout variation.

C#
Copy
public enum LayoutVariation
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.