MacOSPropertiesSetIsTemplateIcon Method

A Boolean value that determines whether the TrayIcon image represents a template image.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsTemplateIcon(
	TrayIcon obj,
	bool value
)

Parameters

obj  TrayIcon
 
value  Boolean
 

See Also