Gets or sets a list of keyboard layouts that can be cycled through.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
List<KeyboardLayout> LayoutRing { get; set; } |
Visual Basic
Copy Code
|
|---|
Property LayoutRing As List(Of KeyboardLayout) |
See Also