updateShadowOnRotation Property (Deprecated)

Summary

Deprecated. Indicates whether to update the CSS values for the box-shadow property of each item border element.

Syntax

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

Property Value

true to update the CSS values for the box-shadow property of each item border element, otherwise; false Default value is true.

Remarks

This property is deprecated.

This property is used with Elements Mode only. Refer to Image Viewer Elements Mode for more information.

History

19.0.0.51
Deprecated. Cannot be set; value is always false.
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