| PlatformWindowOptionsDefaultLeft Property  | 
 
                The DefaultLeft property represents the window's 
                default left position.
                
Default: 100
 
    Namespace: 
   Openfin.Desktop.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic int DefaultLeft { get; set; }Property Value
Type: 
Int32
                The DefaultLeft property gets/sets the value of the 
                underlying JObject field, "defaultLeft".
            
 Remarks
Remarks
                Specifies the left position 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 value of left is 
                taken to be the last value before the window was closed.
            
 See Also
See Also