Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsVisible Property (ControlDropShadowOptions)

Show in webframe
Iindicates whether the drop shadow is visible and should be rendered.
Syntax
get_isVisible();
set_isVisible(value);
Object.defineProperty('isVisible');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

ControlDropShadowOptions Object
ControlDropShadowOptions Members

Error processing SSI file