Method SetTaskBarIcon
| Edit this page View SourceSetTaskBarIcon(Window, Icon?)
Sets the task bar icon to the provided icon
Declaration
[Obsolete("Use AppWindow.SetTaskbarIcon")]
public static void SetTaskBarIcon(this Window window, Icon? icon)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window |
| Icon | icon | Icon |