ImageGear for .NET
ShadowWidth Property (IImGearThumbnailCtl)




Gets or sets the width of the 3D appearance for every item if the Flat property is set to true.
Syntax
int ShadowWidth {get; set;}
__property int get_ShadowWidth();
__property void set_ShadowWidth( 
   int value
);
property int ShadowWidth {
   int get();
   void set (    int value);
}
'Declaration
 
Property ShadowWidth As Integer
 
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.ShadowWidth = value
 
value = instance.ShadowWidth

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback