InputGesture Property
Gets or sets the input gesture that will be displayed in the menu item.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public KeyGesture? InputGesture { get; set; }
Public Property InputGesture As KeyGesture
Get
Set
member InputGesture : KeyGesture with get, set
Property Value
KeyGestureRemarks
Setting this property does not cause the input gesture to be handled by the menu item, it simply displays the gesture text in the menu.