LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

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 Color DropShadowColor {get; set;}
 get_DropShadowColor();
set_DropShadowColor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.