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:
zfor an English (QWERTY) layoutwfor a French (AZERTY) layoutyfor 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