ImageGear .NET - Updated
ImGearThumbnailItem Class
Members 




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace : ImGearThumbnailItem Class
Represents a thumbnail item displayed in the thumbnail browser.
Object Model
ImGearThumbnailItem ClassImGearARTPage ClassImGearPage ClassImGearThumbnailCtl ClassImGearLoadingSelection Class
Syntax
'Declaration
 
Public Class ImGearThumbnailItem 
   Inherits System.Windows.DependencyObject
'Usage
 
Dim instance As ImGearThumbnailItem
public class ImGearThumbnailItem : System.Windows.DependencyObject 
public __gc class ImGearThumbnailItem : public System.Windows.DependencyObject 
public ref class ImGearThumbnailItem : public System.Windows.DependencyObject 
Remarks
An application can iterate through the collection of ImGearThumbnailItem using the ImGearThumbnailCtl.Thumbnails property and ImGearThumbnailCtl.Count property of ImGearThumbnailCtl. Some of the event handlers are using ImGearThumbnailItem objects (for instance, when someone clicks on a particular thumbnail item).
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ImageGear.WPF.ImGearThumbnailItem

See Also

Reference

ImGearThumbnailItem Members
ImageGear.WPF Namespace