Enum InputMethod.NumberOnlyLayoutType
Definition
- Assembly:
- Tizen.NUI.dll
Available variation for the number only layout.
public enum InputMethod.NumberOnlyLayoutType
Fields
Name | Description |
---|---|
Normal | The plain normal number layout. |
WithDecimal | The number layout to allow decimal point to provide fractional value. |
WithSigned | The number layout to allow a positive or negative sign at the start. |
WithSignedAndDecimal | The number layout to allow decimal point and negative sign. |