'Declaration <CategoryAttribute("Items")> <ImGearFilterAttribute()> <DescriptionAttribute()> Public Property ShadowWidth As Integer
'Usage Dim instance As ImGearThumbnailCtl Dim value As Integer instance.ShadowWidth = value value = instance.ShadowWidth
[Category("Items")] [ImGearFilter()] [Description()] public int ShadowWidth {get; set;}
[Category("Items")] [ImGearFilter()] [Description()] public: __property int get_ShadowWidth(); public: __property void set_ShadowWidth( int value );
[Category("Items")] [ImGearFilter()] [Description()] public: property int ShadowWidth { int get(); void set ( int value); }