Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

DropShadowColor Property






Gets or sets the shadow color of the frame being added to the image.
Syntax
public Color DropShadowColor {get; set;}
'Declaration
 
Public Property DropShadowColor As Color
'Usage
 
Dim instance As WebImageViewer
Dim value As Color
 
instance.DropShadowColor = value
 
value = instance.DropShadowColor

            

            
public:
property Color DropShadowColor {
   Color get();
   void set (    Color value);
}

Property Value

The shadow color of the frame being added to the image
Remarks
Default value is Gray
Example
Refer to ImageUrl
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

Error processing SSI file