Gets or sets a stretch mode that determines how the keyboard fits into the available space.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public Stretch Stretch { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stretch As Stretch |
A member of the Stretch enumeration. The default is Uniform.
See Also