←Select platform

ZoomKeyModifier Property

Summary

Gets or sets the modifier key to use for zooming.

Syntax

C#
VB
Objective-C
WinRT C#
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');  

Property Value

The modifier key to use for zooming. The default value is the Control key.

Remarks

Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.

Requirements

Target Platforms

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)