Enum InputMethod.NumberOnlyLayoutType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Available variation for the number only layout.
C#Copypublic enum NumberOnlyLayoutType
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. |