Click or drag to resize

PlatformOptionsApplicationIcon Property

The ApplicationIcon property represents the icon to display for the Application's main window.

Support formats: Portable Network Graphic (PNG); Size: 256 x 256

Default: An null string

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public string ApplicationIcon { get; set; }

Property Value

Type: String
The ApplicationIcon property gets/sets the value of the underlying JObject field, "applicationIcon".
See Also