Leadtools.Controls Namespace > ControlDropShadowOptions Object : IsVisible Property |
get_isVisible();
set_isVisible(value);
Object.defineProperty('isVisible');
Type | Description |
---|---|
boolean | true if the drop shadow is visible and should be rendered, otherwise; false. |
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.
For an example, refer to ImageViewer.ImageDropShadow.