ImageGear .NET - Updated
ImGearThumbnailCtl Class
Members 




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace : ImGearThumbnailCtl Class
Represents a thumbnail control.
Object Model
ImGearThumbnailCtl Class
Syntax
'Declaration
 
<TemplatePartAttribute(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)>
Public Class ImGearThumbnailCtl 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As ImGearThumbnailCtl
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
public class ImGearThumbnailCtl : System.Windows.Controls.Control 
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
public __gc class ImGearThumbnailCtl : public System.Windows.Controls.Control 
[TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
public ref class ImGearThumbnailCtl : public System.Windows.Controls.Control 
Remarks
Every thumbnail is associated with ImGearThumbnailItem object containing full information about the image. The collection of ImGearThumbnailItem objects is implemented within the Thumbnail control.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     ImageGear.WPF.ImGearThumbnailCtl

See Also

Reference

ImGearThumbnailCtl Members
ImageGear.WPF Namespace
ImGearThumbnailItem Class