renderRedirectOptions Property

Summary

Redirect options to use when drawing the this magnify glass.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerMagnifyGlassInteractiveMode.prototype, 'renderRedirectOptions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
renderRedirectOptions: ImageViewerRenderRedirectOptions; 

Property Value

The options to use when drawing the this magnify glass. Default value is a default ImageViewerRenderRedirectOptions to draw everything.

Remarks

Use this value to specify extra options to use when rendering the magnify glass. For example, to disable the rendering of any drop shadow, set the value of ImageViewerRenderRedirectOptions.RenderShadows to false, to change the background color used with the magnify glass, use ImageViewerRenderRedirectOptions.BackgroundColor and so on.

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