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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ShadowWidth Property
Gets or sets the width of the 3D appearance for every item if the Flat property is set to true.
Syntax
'Declaration
 
<DescriptionAttribute()>
<CategoryAttribute("Items")>
Public Property ShadowWidth As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.ShadowWidth = value
 
value = instance.ShadowWidth
[Description()]
[Category("Items")]
public int ShadowWidth {get; set;}
[Description()]
[Category("Items")]
public: __property int get_ShadowWidth();
public: __property void set_ShadowWidth( 
   int value
);
[Description()]
[Category("Items")]
public:
property int ShadowWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members