| WindowOptionsDefaultWidth Property  | 
 
                The DefaultWidth property represents the window's 
                default width in pixels.
                
Default: 800
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic int DefaultWidth { get; set; }Property Value
Type: 
Int32
                The DefaultWidth property gets/sets the value of the 
                underlying JObject field, "defaultWidth".
            
 Remarks
Remarks
                Specifies the width of the window when loaded for the first 
                time on a machine. When a window with the same name and 
                parent application UUID is loaded again, the height is taken to be the 
                last width of the window before it was closed.
            
 See Also
See Also