enablePan Property

Summary

Enable panning on the target control.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanControl.prototype, 'enablePan', 
	get: function(), 
	set: function(value) 
) 
enablePan: boolean; 

Property Value

true to allow the user to click and drag on the target control, otherwise; false. Default value is true.

Remarks

This value allows the user to click and drag on the target control to move the pan rectangle as well as panning the in the image viewer.

Example

For an example, refer to ImageViewerPanControl.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly