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.6.0
Syntax public bool Zoom { get; set; }
Property Value
Type:
BooleanRemarks
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