LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

DropShadowColor Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.