←Select platform

InteractiveService Property

Summary

The InteractiveService for this viewer control.

Syntax

C#
VB
C++
public virtual InteractiveService InteractiveService { get; set; } 
Public Overridable Property InteractiveService() As InteractiveService 
   Get 
   Set 
public:  
   virtual property InteractiveService^ InteractiveService 
   { 
      InteractiveService^ get() 
      void set(InteractiveService^ value) 
   } 

Property Value

The InteractiveService for this viewer control.

Remarks

ImageViewer creates an instance of InteractiveService during initialization and set it in this property. The various image viewer interactive modes uses this service to perform the rich interactive user interface interactions such as zoom, pan, scale, rubber banding and magnify glass.

For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to InteractiveService.UserControls.

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