Class EmptyKey
This class is used to represent an empty space in the layout of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EmptyKey : IKey
Constructors
EmptyKey()
This method is used internally. To create a new Empty
Declaration
public EmptyKey()
EmptyKey(Double, Double)
Initializes a new instance of the Empty
Declaration
public EmptyKey(double width = 1, double height = 1)
Parameters
System.
|
System.
|
Properties
FontScale
This property is not relevant for this class.
Declaration
public float FontScale { get; set; }
Property Value
System.
|
Implements
KeyHeight
Gets the logical empty key height.
Declaration
public float KeyHeight { get; set; }
Property Value
System.
|
Implements
KeyInfo
This property is not relevant for this class.
Declaration
public KeyInfo KeyInfo { get; set; }
Property Value
Implements
KeyRectangle
Gets the logical empty key bounds.
Declaration
public RectangleF KeyRectangle { get; set; }
Property Value
System.
|
Implements
KeyType
This property is not relevant for this class.
Declaration
public KeyType KeyType { get; }
Property Value
Implements
KeyWidth
Gets the logical empty key width.
Declaration
public float KeyWidth { get; set; }
Property Value
System.
|
Implements
Owner
This property is not relevant for this class.
Declaration
public IVirtualKeyboardKeyInputSender Owner { get; }
Property Value
Implements
VirtualKey
This property is not relevant for this class.
Declaration
public int VirtualKey { get; }
Property Value
System.
|
Implements
Methods
ArrangeKey(RectangleF)
This method is not relevant for this class.
Declaration
public void ArrangeKey(RectangleF rectangle)
Parameters
System.
|
Implements
SendKey()
This method is not relevant for this class.
Declaration
public void SendKey()
Implements
UpdateKey()
This method is not relevant for this class.
Declaration
public void UpdateKey()