EmptyKey
Class
This class is used to represent an empty space in the layout of RadVirtualKeyboard.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class EmptyKey : IKey
Inheritance: objectEmptyKey
Implements:
Constructors
Properties
Gets the logical empty key height.
C#
public float KeyHeight { get; set; }
Implements:
Gets the logical empty key bounds.
C#
public RectangleF KeyRectangle { get; set; }
Implements: