Keyboard Class

Definition

Default keyboard and base class for specialized keyboards, such as those for telephone numbers, email, and URLs.

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.KeyboardTypeConverter))]
public class Keyboard
type Keyboard = class
Inheritance
Keyboard
Derived
Attributes

Properties

Chat

Gets an instance of type "ChatKeyboard".

Default

Gets an instance of type "Keyboard".

Email

Gets an instance of type "EmailKeyboard".

Numeric

Gets an instance of type "NumericKeyboard".

Plain

Returns a new keyboard with None KeyboardFlags ".

Telephone

Gets an instance of type "TelephoneKeyboard".

Text

Gets an instance of type "TextKeyboard".

Url

Gets an instance of type "UrlKeyboard".

Methods

Create(KeyboardFlags)

Returns a new keyboard with the specified KeyboardFlags.

Applies to