SimpleUS_Shift_KeyboardLayout Class

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

Remarks

It contains the state of the keyboard when the shift key is pressed.

Constructors

SimpleUS_Shift_KeyboardLayout Creates a new instance of SimpleUS_Shift_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