ToolTip Property
Gets or sets the tooltip associated with the menu item. This may not be supported by the native menu provider, but will be passed on to the non-native fallback menu item if used.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public string? ToolTip { get; set; }
Public Property ToolTip As String
Get
Set
member ToolTip : string with get, set