←Select platform

IsVisible Property

Summary

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

Syntax
C#
VB
C++
public bool IsVisible { get; set; } 
Public Property IsVisible() As Boolean 
   Get 
   Set 
public:  
   property bool IsVisible 
   { 
      bool get() 
      void set(bool value) 
   } 

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