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