itemPart Property

Summary

Item part that this mode will use when working.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'itemPart', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
itemPart: ImageViewerItemPart; 

Property Value

The item that this mode will use when working. Default value is ImageViewerItemPart.Content.

Remarks

For more information on how WorkOnBounds, Item, AutoItemMode and ItemPart can be used to control the area where the mode can start working, to EnableMouseWheel.

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