| PlatformWindowOptionsResizable Property  | 
 
                The Resizable property represents a flag which allows 
                the user to resize the window.
                
This property will be deprecated in a future release.
Default: true
 
    Namespace: 
   Openfin.Desktop.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool Resizable { get; set; }Property Value
Type: 
Boolean
                The Resizable property gets/sets the value of the 
                underlying JObject field, "resizable".
            
 See Also
See Also