Gets or sets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts). This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoFill As Boolean |
true to automatically reorder keyboard's alpha-numeric block when input language changes, or false otherwise.
RemarksIf current 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 also need to specify custom character positions when using a custom TemplateLayout.
See Also