New to Telerik UI for WinFormsStart a free 30-day trial

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: IKey

Constructors

Initializes a new instance of the EmptyKey class.

C#
public EmptyKey(double width = 1, double height = 1)
Parameters:widthdoubleheightdouble

Properties

Gets the logical empty key height.

C#
public float KeyHeight { get; set; }

Implements: IKey.KeyHeight

Gets the logical empty key bounds.

C#
public RectangleF KeyRectangle { get; set; }

Implements: IKey.KeyRectangle

Gets the logical empty key width.

C#
public float KeyWidth { get; set; }

Implements: IKey.KeyWidth