renderShadows Property

Summary

Indicates whether to render the drop shadows.

Syntax

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

Property Value

true to render the drop shadows, otherwise; false. Default value is true.

Remarks

This member will control whether RenderRedirect will render the view or item part during RenderShadow. For more information, refer to Image Viewer Rendering.

Example

For an example, refer to RenderRedirect.

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