Intersoft ClientUI Documentation
Thumbnail Property (PageThumbnail)



Gets or sets the thumbnail.
Syntax
<CategoryAttribute("Common Properties")>
Public Property Thumbnail As BitmapSource
Dim instance As PageThumbnail
Dim value As BitmapSource
 
instance.Thumbnail = value
 
value = instance.Thumbnail
[CategoryAttribute("Common Properties")]
public BitmapSource Thumbnail {get; set;}
[CategoryAttribute("Common Properties")]
public:
property BitmapSource^ Thumbnail {
   BitmapSource^ get();
   void set (    BitmapSource^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageThumbnail Class
PageThumbnail Members

Send Feedback