| PlatformWindowOptionsMinWidth Property  | 
 
                The MinWidth property represents the minimum width of a window.
                
Default: 0
 
    Namespace: 
   Openfin.Desktop.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic int MinWidth { get; set; }Property Value
Type: 
Int32
                The MinWidth property gets/sets the value of the 
                underlying JObject field, "minWidth".
            
 See Also
See Also