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




In This Topic
    ImGearThumbnailCtl Class
    In This Topic
    Represents a thumbnail control.
    Object Model
    ImGearThumbnailCtl Class
    Syntax
    'Declaration
     
    <TemplatePartAttribute(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearThumbnailCtl 
       Inherits System.Windows.Controls.Control
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    [TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearThumbnailCtl : System.Windows.Controls.Control 
    [TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearThumbnailCtl : public System.Windows.Controls.Control 
    [TemplatePart(Name="PART_ThumbnailListBox", Type=System.Windows.Controls.ListBox)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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