NativeMenuItemGesture Property
Gets or sets the input gesture that will be displayed in the menu item.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public KeyGesture? Gesture { get; set; }
Public Property Gesture As KeyGesture
Get
Set
member Gesture : KeyGesture with get, set
Property Value
KeyGesture
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.