Command Property
Gets or sets the Command property of a TrayIcon.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ICommand? Command { get; set; }
Public Property Command As ICommand
Get
Set
member Command : ICommand with get, set