MacOSPropertiesSetIsTemplateIcon Method
A Boolean value that determines whether the TrayIcon image represents a template image.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsTemplateIcon(
TrayIcon obj,
bool value
)
Public Shared Sub SetIsTemplateIcon (
obj As TrayIcon,
value As Boolean
)
static member SetIsTemplateIcon :
obj : TrayIcon *
value : bool -> unit
Parameters
- obj TrayIcon
-
- value Boolean
-