LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

DropShadowSize Property

Show in webframe





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

            

            
public:
property int DropShadowSize {
   int get();
   void set (    int value);
}

Property Value

The shadow size of the frame being added to the image.
Remarks
Default value is 0 (no shadow)
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.