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.
public
bool ZoomOnScroll {get; set;}
'Declaration
Public Property ZoomOnScroll As
Boolean
'Usage
Dim instance As
MedicalViewerSpyGlass
Dim value As
Boolean
instance.ZoomOnScroll = value
value = instance.ZoomOnScroll
public:
property
bool ZoomOnScroll {
bool get();
void set (
bool value);
}
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.
For an example, please refer to
MedicalViewerCell.SpyGlass.