←Select platform

InteractiveService Property (ImageViewer)

Summary

Gets or sets the InteractiveService for this viewer control.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Leadtools.Controls.InteractiveService InteractiveService {get; set;} 
Public Overridable Property InteractiveService As Leadtools.Controls.InteractiveService 
public virtual Leadtools.Controls.InteractiveService InteractiveService {get; set;} 
@property (nonatomic, strong) LTInteractiveService *interactiveService 
public InteractiveService getInteractiveService() 
public void setInteractiveService(InteractiveService interactiveService) 
             
  
get_InteractiveService(); 
set_InteractiveService(value); 
Object.defineProperty('InteractiveService');  

Property Value

The InteractiveService for this viewer control.

Remarks

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

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)