ClassEmptyKey
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:
cs-api-definition
public class EmptyKey : IKey
Inheritance: objectEmptyKey
Implements:
Constructors
EmptyKey(double, double)
Initializes a new instance of the EmptyKey class.
Properties
KeyHeight
Gets the logical empty key height.
KeyRectangle
Gets the logical empty key bounds.
Declaration
cs-api-definition
public RectangleF KeyRectangle { get; set; }
Property Value
Implements