ApplicationOptionsApplicationIcon 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
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public string ApplicationIcon { get; set; }
Property Value
Type:
String
The ApplicationIcon property gets/sets the value of the underlying
JObject field, "applicationIcon".
See Also