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