Gets or sets a value indicating whether the keyboard scales to fit inside its parent element.
Namespace: MindFusion.Keyboard
Assembly: VirtualKeyboard.js
SyntaxJavaScript
Copy Code
|
|---|
get scaleToFitParent() {} |
Boolean
true to scale the keyboard, or false otherwise.
RemarksThis property specifies whether the keyboard should adjust its size according to the size of the HTML element that hosts it.
See Also