ImageGear for .NET
ItemWidth Property (ImGearThumbnailList)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback