Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsVisible Property (ControlDropShadowOptions)




Iindicates whether the drop shadow is visible and should be rendered.
Syntax
public bool IsVisible {get; set;}
'Declaration
 
Public Property IsVisible As Boolean

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

See Also

Reference

ControlDropShadowOptions Structure
ControlDropShadowOptions Members

Error processing SSI file