SimpleUS_KeyboardLayout Class

A prebuilt Simple US 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 SimpleUS_KeyboardLayout : KeyboardLayout
Inheritance
Object    AvaloniaObject    Animatable    StyledElement    Visual    Layoutable    Interactive    InputElement    Control    TemplatedControl    ContentControl    UserControl    KeyboardLayout    SimpleUS_KeyboardLayout

Remarks

It contains the state of the keyboard when no modifier keys are pressed.

Constructors

SimpleUS_KeyboardLayout Creates a new instance of SimpleUS_KeyboardLayout.

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