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');
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.