| 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.4.0
 Syntax
Syntaxpublic string State { get; set; }Property Value
Type: 
String
                The State property gets/sets the value of the 
                underlying JObject field, "state".
            
 See Also
See Also