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