TSRVViewProperty.ZoomModeIN |
Top Previous Next |
|
This value is assigned to ZoomMode when switching ViewMode to srvvmPreviewMode, or in preview mode when the user clicks the page and the cursor looks like "-" magnifier. property ZoomModeIN: TRVZoomMode; In preview mode the mouse pointer looks like a magnifier. On clicking, ZoomMode is switched between ZoomModeIN/ZoomModeOUT. If this property is equal to rvzmCustom, the corresponding zooming is defined in ZoomPercentIN. When this property is changed, TSRichViewEdit.OnZoomViewChanged event occurs. Default value: rvzmFullPage.
|