(Leadtools.Controls)

InteractiveService Property (ImageViewer)

Show in webframe





Gets or sets the InteractiveService for this viewer control.
Syntax
public virtual InteractiveService InteractiveService {get; set;}
Public Overridable Property InteractiveService As InteractiveService
public virtual InteractiveService InteractiveService {get; set;}
@property (nonatomic,retain) 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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.