isVisible Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ControlDropShadowOptions.prototype, 'isVisible', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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, you must 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly