isVisible Property

Summary

Indicates whether the drop shadow is visible and should be rendered.

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

Property Value

true if the drop shadow is visible and should be rendered, otherwise; false.

Remarks

Since ControlDropShadowOptions is a value type and cannot be set to null. Use IsVisible to control whether the shadow is visible (is rendered).

For more information, refer to Image Viewer Appearance.

Example

For an example, refer to ImageViewer.ImageDropShadow.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly