Indicates whether the drop shadow is visible and should be rendered.
public bool IsVisible { get; set; }
Public Property IsVisible() As Boolean
Get
Set
public:
property bool IsVisible
{
bool get()
void set(bool value)
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET