| WindowOptionsSaveWindowState Property  | 
 
                The SaveWindowState property defines whether or not a window 
                should maintain a persistent cache of its position/size.
                
Default: true
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool SaveWindowState { get; set; }Property Value
Type: 
Boolean
                The SaveWindowState property gets/sets the value of the 
                underlying JObject field, "saveWindowState".
            
 See Also
See Also