set_ChangeFocusedImageWhenScrolling Method
In This Topic
Sets a value indicating whether image viewer should change the focused image when viewer is scrolling.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ChangeFocusedImageWhenScrolling(value);
function set_ChangeFocusedImageWhenScrolling(
: boolean
) : any;
Parameters
- value
- True - image viewer should change the focused image when viewer is scrolling; false - image viewer should NOT change the focused image when viewer is scrolling.
Browser Compatibility
See Also