interactiveService Property

Summary

Interactive service used by this ImageViewerPanControl.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerPanControl.prototype, 'interactiveService', 
	get: function() 
) 
TypeScript Syntax
interactiveService: InteractiveService; // read-only 

Property Value

The interactive service used by this ImageViewerPanControl.

Remarks

The interactive service is created when this ImageViewerPanControl is attached to an ImageViewer and an external control in Control.

This service is used when the value of EnablePan is set to true. Clicking and dragging on the control surface will move the pan rectangle in the external control and pan the view in the image viewer accordingly.

You can subscribe to the events or change the properties of this service if required.

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.Controls Assembly