Selects a layout from the layout ring at the specified index.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public void SelectLayout ( |
Visual Basic
Copy Code
|
|---|
Public Sub SelectLayout( _ |
The index of the layout to select.
RemarksThe specified LayoutRing element is assigned to TemplateLayout. To let users cycle through the ring using keyboard's UI, add LayoutRingKey to the layouts.
See Also