Gets or sets the width, in WPF device independent units, of each thumbnail item.
Syntax
public double ItemWidth {get; set;}
public: __property double get_ItemWidth();
public: __property void set_ItemWidth(
double value
);
'Declaration
Public Property ItemWidth As Double
'Usage
Dim instance As ImGearThumbnailList
Dim value As Double
instance.ItemWidth = value
value = instance.ItemWidth
Property Value
Double value.
See Also