Class
EmptyKey

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

Constructors

EmptyKey(double, double)

Initializes a new instance of the EmptyKey class.

Declaration

cs-api-definition
public EmptyKey(double width = 1, double height = 1)

Parameters

width

double

height

double

Properties

KeyHeight

Gets the logical empty key height.

Declaration

cs-api-definition
public float KeyHeight { get; set; }

Property Value

float

Implements IKey.KeyHeight

KeyRectangle

Gets the logical empty key bounds.

Declaration

cs-api-definition
public RectangleF KeyRectangle { get; set; }

Property Value

RectangleF

Implements IKey.KeyRectangle

KeyWidth

Gets the logical empty key width.

Declaration

cs-api-definition
public float KeyWidth { get; set; }

Property Value

float

Implements IKey.KeyWidth