←Select platform

ZoomOnScroll Property

Summary

Gets or sets the value that indicates whether to allow the user to change the zoom of the spy glass. The zoom is adjusted by scrolling the mouse wheel up or down while spy glass is active.

Syntax

C#
VB
C++
public bool ZoomOnScroll { get; set; } 
  
Public Property ZoomOnScroll As Boolean 
             
            public: 
property bool ZoomOnScroll { 
   bool get(); 
   void set (    bool ); 
} 
             

Property Value

true to allow the zoom to change using the mouse wheel, false to prevent the user from changing the zoom of the spy glass.

Remarks
  • This feature works if the user clicks and holds the mouse down to display the spy glass. As the user holds the mouse button down, scrolling the wheel to zoom up or down will zoom the image in and out.
  • To fine tune the zoom, the user can hold the shift button to zoom in or out in smaller increments.
Example

For an example, please refer to MedicalViewerCell.SpyGlass.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly