LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Thumbnail Property (ListViewStudiesInformation)

Show in webframe






Gets or sets the thumbnail image of the ListViewSeriesInformation item.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

ListViewStudiesInformation Class
ListViewStudiesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.