Search
VirtualKeyboard.Stretch Property
See Also
 






Gets or sets a stretch mode that determines how the keyboard fits into the available space.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public Stretch Stretch { get; set; }

Visual Basic  Copy Code

Public Property Stretch As Stretch

 Property Value

A member of the Stretch enumeration. The default is Uniform.

 See Also