Gets or sets the keyboard's template layout. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
C#
![]() |
---|
public KeyboardLayout TemplateLayout { get; set; } |
Visual Basic
![]() |
---|
Public Property TemplateLayout As KeyboardLayout |
If the specified KeyboardLayout object contains standard number of RegularKeys in characters + numbers block and AutoFill is enabled (default), they will be reordered automatically to match standard layout for current language. Set AutoFill to false if you need to specify custom layout for the characters block too.