KeySymbol Property
Gets the unicode symbol of the key, or null if none is applicable.
For example, when pressing the key located at the Z
position on standard US English QWERTY keyboard, this property returns:
z
for an English (QWERTY) layoutw
for a French (AZERTY) layouty
for a German (QWERTZ) layoutя
for a Russian (JCUKEN) layout
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string? KeySymbol { get; init; }
Public Property KeySymbol As String
Get
Set
member KeySymbol : string with get, set