| PlatformWindowOptionsAlwaysOnTop Property  | 
 
                The AlwaysOnTop property represents a flag to always position 
                the window at the top of the window stack.  
                
Default: false
 
    Namespace: 
   Openfin.Desktop.PlatformAPI
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool AlwaysOnTop { get; set; }Property Value
Type: 
Boolean
                The AlwaysOnTop property gets/sets the value of the 
                underlying JObject field, "alwaysOnTop".
            
 See Also
See Also