| PlatformWindowOptionsMaximizable Property  | 
 
                The Maximizable property represents a flag that lets the window be maximized.
                
Default: true
 
    Namespace: 
   Openfin.Desktop.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool Maximizable { get; set; }Property Value
Type: 
Boolean
                The Maximizable property gets/sets the value of the 
                underlying JObject field, "maximizable".
            
 See Also
See Also