ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class
Members




In This Topic
    ImGearThumbnailItem Class
    In This Topic
    Represents a thumbnail item displayed in the thumbnail browser.
    Object Model
    ImGearThumbnailItem ClassImGearARTPage ClassImGearPage ClassImGearThumbnailCtl ClassImGearLoadingSelection Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearThumbnailItem 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearThumbnailItem
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearThumbnailItem : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearThumbnailItem : public System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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