C#
VB
Objective-C
WinRT C#
Gets or sets the modifier key to use for zooming.
public VirtualKey ZoomKeyModifier {get; set;}
Public Property ZoomKeyModifier As VirtualKey
public VirtualKey ZoomKeyModifier {get; set;}
macOS Only
@property (nonatomic, assign) NSUInteger zoomKeyModifier
get_ZoomKeyModifier();
set_ZoomKeyModifier(value);
Object.defineProperty('ZoomKeyModifier');
The modifier key to use for zooming. The default value is the Control key.
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET