Key Class
A class that describes a general virtual key.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public class Key : Button
type Key =
class
inherit Button
end
- Inheritance
- Object AvaloniaObject Animatable StyledElement Visual Layoutable Interactive InputElement Control TemplatedControl ContentControl Button Key
- Derived
| Key |
Creates a new instance of the Key class.
|
| Icon |
If set, the icon will be displayed instead of the default KeyName on the Key.
|
| KeyContent |
Contains the visual that should be shown inside the Key. If custom content is needed use the Content property instead.
|
| KeyName |
The string representation of the Key.
|
| SpecialKey |
If set, the button will be considered a SpecialKey.
|
| KeyPressed |
A event that represents the action of pressing the Key.
|
| KeyReleased |
A event that represents the action of releasing the Key.
|