Click or drag to resize

PlatformWindowOptionsTaskbarIcon 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.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[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