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 '/', '*', '', '|', '<', '>', '?', '"', 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. |