Gets or sets a list of keyboard layouts that can be cycled through.
Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js
SyntaxJavaScript
Copy Code
|
|---|
get layoutRing() {} |
Array
An array of KeyboardLayout objects.
RemarksAdd LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to layout when user presses the LayoutRingKey, or if you call the selectLayout method from code.
See Also