WindowOptionsTaskbarIcon Property |
Note: This API is now obsolete.
(Obsolete) The TaskbarIcon property represents the URL of
an icon to be shown on the desktop.
Support formats:
Portable Network Graphic (PNG); Size: 256 x 256
Default: An empty string
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax [ObsoleteAttribute("Use IconPath property instead.")]
public string TaskbarIcon { get; set; }
Property Value
Type:
String
The TaskbarIcon property gets/sets the value of the
underlying JObject field, "taskbarIcon".
See Also