ImageGear .NET v24.12 - Updated
ItemHeight Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : ItemHeight Property
Gets or sets the height, in pixels, of the image to be drawn in each thumbnail item.
Syntax
'Declaration
 
<ImGearFilterAttribute("Default")>
<CategoryAttribute("Items")>
<DescriptionAttribute()>
Public Property ItemHeight As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.ItemHeight = value
 
value = instance.ItemHeight
[ImGearFilter("Default")]
[Category("Items")]
[Description()]
public int ItemHeight {get; set;}
[ImGearFilter("Default")]
[Category("Items")]
[Description()]
public: __property int get_ItemHeight();
public: __property void set_ItemHeight( 
   int value
);
[ImGearFilter("Default")]
[Category("Items")]
[Description()]
public:
property int ItemHeight {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
Default value is 150.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members