Gets or sets a list of keyboard layouts that can be cycled through.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
C#
![]() |
---|
public List<KeyboardLayout> LayoutRing { get; set; } |
Visual Basic
![]() |
---|
Public Property LayoutRing As List(Of KeyboardLayout) |
A list of KeyboardLayout objects.
Add LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to TemplateLayout when user presses the LayoutRingKey, or if you call the SelectLayout method from code.