ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class
Fields Properties Methods Events


In This Topic
    ImGearThumbnailCtl Class Members
    In This Topic

    The following tables list the members exposed by ImGearThumbnailCtl.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearThumbnailCtl class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents AllPages dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents AutoFocus dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents BorderWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents DragDropOptions dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents HighlightBackColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents HighlightForeColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents Interior dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ItemWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents Margin dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents SelectionBackColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents SelectionForeColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents SelectionMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ShadowsVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ShadowWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ShowMagnify dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents SortComparer dependency property. Not used.  
    Public Fieldstatic (Shared in Visual Basic)Represents Sort dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents TitleHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents TitlesVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents XSpacing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents YSpacing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Represents ZoomFactor dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether all pages of a multi-page image will be loaded into thumbnails.  
    Public PropertyGets or sets a value indicating whether the thumbnail browser gets focus when the mouse cursor is on the window.  
    Public PropertyGets or sets the border width, in pixels, around the thumbnail.  
    Public PropertyGets the full thumbnail item size, including size of item itself and spacing.  
    Public PropertyGets the number of items within the Thumbnail control.  
    Public PropertyGets or sets a value specifying whether the thumbnail browser can be a Drag source, Drop target or both.  
    Public PropertyGets or sets title's font family.  
    Public PropertyGets or sets title's font size.  
    Public PropertyGets or sets title's font stretch.  
    Public PropertyGets or sets title's font style.  
    Public PropertyGets or sets title's font weight.  
    Public PropertyGets or sets the color to use as a background for the highlighted Thumbnail item.  
    Public PropertyGets or sets the color to use as a foreground for a highlighted Thumbnail item.  
    Public PropertyGets the thumbnail image size.  
    Public PropertyGets or sets the amount of extra space around the thumbnail item.  
    Public PropertyGets or sets the height, in pixels, of the image to be drawn in each thumbnail item.  
    Public PropertyGets or sets the width, in pixels, of the image to be drawn in each thumbnail item.  
    Public PropertyGets or sets the amount of extra space, in pixels, to leave between the left edge of the control and the left-most item drawn inside the control.  
    Public PropertyGets or sets default background color for selected items.  
    Public PropertyGets or sets default foreground color for selected items.  
    Public PropertyGets or sets the selection mode for items.  
    Public PropertyGets or sets a value specifying item's shadow visibility.  
    Public PropertyGets or sets the width of item's shadow.  
    Public PropertyGets or sets a value indicating whether a larger popup image will appear by pressing the right-mouse-button down.  
    Public PropertyGets or sets a value specifying sort mode used when a new item is added.  
    Public PropertyGets or sets an object of a class implementing IComparer interface to make user sorting.  
    Public PropertyGets the collection of all items.  
    Public PropertyGets or sets the height of the item title.  
    Public PropertyGets or sets a value specifying thumbnails title visibility.  
    Public PropertyGets or sets a value specifying if vertical scrollbar should appear when all items do not fit in the control.  
    Public PropertyGets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.  
    Public PropertyGets or sets the amount of vertical space between thumbnails displayed on the control, in pixels.  
    Public PropertyGets or sets a value specifying zoom factor for displaying the magnified popup image.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all the items from the Thumbnail control.  
    Public MethodRemoves the specified item from the Thumbnail control.  
    Public MethodCreates a series of thumbnail items.  
    Public MethodAppends all pages from ImageGear.Core.ImGearDocument object to the Thumbnail control.  
    Public MethodAppends a file specified by selection to the Thumbnail control.  
    Public MethodOverridden. Override to add setting up of events for template parts.  
    Public MethodAppends ImageGear.Core.ImGearPage object to the Thumbnail control.  
    Public MethodReloads all thumbnails in the Thumbnail control.  
    Public MethodReloads thumbnail picture in the specified thumbnail item.  
    Top
    Public Events
     NameDescription
    Public EventThis event is called after a new thumbnail item is added to the Thumbnail control.  
    Public EventThis event is called during the process of creating a thumbnail item.  
    Public EventThis event is called as each thumbnail item is removed from the control, before the item is removed from the items collection.  
    Public EventThis event is called during the process of creating a thumbnail item.  
    Public EventThis event is called to indicate that the user clicked somewhere within the thumbnail control.  
    Public EventThis event is called to indicate that the user double-clicked somewhere within the thumbnail control.  
    Top
    See Also