ImageGear .NET v24.12 - Updated
ShadowWidth Property (IImGearThumbnailCtl)




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

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members