Gets or sets the thumbnail image of the
ListViewSeriesInformation item.
public Image Thumbnail {get; set;}
'Declaration
Public Property Thumbnail As Image
'Usage
Dim instance As ListViewStudiesInformation
Dim value As Image
instance.Thumbnail = value
value = instance.Thumbnail
public: __property Image* get_Thumbnail();
public: __property void set_Thumbnail(
Image* value
);
public:
property Image* Thumbnail {
Image* get();
void set ( Image* value);
}
Property Value
An
System.Drawing.Image object that represents the thumbnail image of the
ListViewSeriesInformation item.