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




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

Property Value

Double value.
Remarks
Default value is 128.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members