PlatformWindowOptionsState Property |
The State property represents a string that sets the
window to be "minimized", "maximized", or "normal" on creation.
Default: "normal"
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public string State { get; set; }
Property Value
Type:
String
The State property gets/sets the value of the
underlying JObject field, "state".
See Also