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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ItemHeight Property
Gets or sets the height, in WPF device independent units, of each thumbnail item.
Syntax
'Declaration
 
Public Property ItemHeight As Double
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
public double ItemHeight {get; set;}
public: __property double get_ItemHeight();
public: __property void set_ItemHeight( 
   double value
);
public:
property double ItemHeight {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks
Default value is 144.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members