KeyboardLayoutProperty Field
Defines which
KeyboardLayout the
Keyboard should try to
open when the control that this property is attached to recieves focus.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static readonly AttachedProperty<string?> LayoutProperty
static val LayoutProperty: AttachedProperty<string>
Field Value
AttachedPropertyString
The value to use is either the
LayoutName or the name of the derived
KeyboardLayout class.
For a layout to be opened, it has to be registered beforehand by the
RegisterLayoutT method.
This property should be used alongside the
DockProperty so the keyboard knows where it should open itself.