ImageGear for .NET
ItemHeight Property (ImGearThumbnailList)




Gets or sets the height, in WPF device independent units, of each thumbnail item.
Syntax
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);
}
'Declaration
 
Public Property ItemHeight As Double
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight

Property Value

Double value.
Remarks
Default value is 144.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback