TrayIconCommandParameter Property

Gets or sets the parameter to pass to the Command property of a TrayIcon.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Object? CommandParameter { get; set; }

Property Value

Object

See Also