| AcceleratorKeyOptionsZoom Property  | 
 
            Gets or sets a value indicating whether zoom keyboard shortcuts are enabled for the current window (see Remarks)
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic bool Zoom { get; set; }Property Value
Type: 
Boolean Remarks
Remarks
            When the Zoom property is set to , the following keyboard shortcuts are enabled:
            - Ctrl + + and Ctrl + Shift + + zoom the current window in
            - Ctrl + - and Ctrl + Shift + - zoom the current window out
            - Ctrl + Scroll zooms the current window in and out
            - Ctrl + 0 restores the zoom level to 100%
            
 See Also
See Also