TextInputContentType Enumeration
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum TextInputContentType
Public Enumeration TextInputContentType
type TextInputContentType
Members
Normal | 0 | Default keyboard for the users configured input method. |
Alpha | 1 | Display a keyboard that only has alphabetic characters. |
Digits | 2 | Display a numeric keypad only capable of numbers. i.e. Phone number |
Pin | 3 | Display a numeric keypad for inputting a PIN. |
Number | 4 | Display a numeric keypad capable of inputting numbers including decimal seperator and sign. |
5 | Display a keyboard for entering an email address. | |
Url | 6 | Display a keyboard for entering a URL. |
Name | 7 | Display a keyboard for entering a persons name. |
Password | 8 | Display a keyboard for entering sensitive data. |
Social | 9 | Display a keyboard suitable for #tag and @mentions. Not available on all platforms, will fallback to a suitable keyboard when not available. |
Search | 10 | Display a keyboard for entering a search keyword. |