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.
See Also