←Select platform

IsVisible Property (ControlDropShadowOptions)

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, 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize