ImageGear for .NET
ShadowWidth Property (ImGearThumbnailCtl)




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

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback