ImageGear .NET v25.1 - Updated
ItemHeight Property (ImGearThumbnailCtl)




ImageGear.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
 
<CategoryAttribute("Items")>
<DescriptionAttribute()>
<ImGearFilterAttribute("Default")>
Public Property ItemHeight As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.ItemHeight = value
 
value = instance.ItemHeight
[Category("Items")]
[Description()]
[ImGearFilter("Default")]
public int ItemHeight {get; set;}
[Category("Items")]
[Description()]
[ImGearFilter("Default")]
public: __property int get_ItemHeight();
public: __property void set_ItemHeight( 
   int value
);
[Category("Items")]
[Description()]
[ImGearFilter("Default")]
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