PhoneKeyboardLayout Class

A prebuilt Phone Keyboard Layout.

Definition

Namespace: BeeMobile.VirtualKeyboard.Layouts
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public class PhoneKeyboardLayout : KeyboardLayout
Inheritance
Object    AvaloniaObject    Animatable    StyledElement    Visual    Layoutable    Interactive    InputElement    Control    TemplatedControl    ContentControl    UserControl    KeyboardLayout    PhoneKeyboardLayout

Remarks

Similiar to the NumericKeyboardLayout but contains extra keys.

Constructors

PhoneKeyboardLayout Creates a new instance of PhoneKeyboardLayout.

Properties

LayoutName A name used to differentiate the Layout from other layouts.
(Overrides KeyboardLayoutLayoutName)

Methods

InitializeComponent Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).

See Also