ImageGear .NET v24.12 - Updated
ImGearThumbnailCtl Class Members
Fields  Properties  Methods  Events


ImageGear24.Wpf Assembly > ImageGear.WPF Namespace : ImGearThumbnailCtl Class

The following tables list the members exposed by ImGearThumbnailCtl.

Public Constructors
 NameDescription
Public Constructor Initializes 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 Property Gets or sets a value indicating whether all pages of a multi-page image will be loaded into thumbnails.  
Public Property Gets or sets a value indicating whether the thumbnail browser gets focus when the mouse cursor is on the window.  
Public Property Gets or sets the border width, in pixels, around the thumbnail.  
Public Property Gets the full thumbnail item size, including size of item itself and spacing.  
Public Property Gets the number of items within the Thumbnail control.  
Public Property Gets or sets a value specifying whether the thumbnail browser can be a Drag source, Drop target or both.  
Public Property Gets or sets title's font family.  
Public Property Gets or sets title's font size.  
Public Property Gets or sets title's font stretch.  
Public Property Gets or sets title's font style.  
Public Property Gets or sets title's font weight.  
Public Property Gets or sets the color to use as a background for the highlighted Thumbnail item.  
Public Property Gets or sets the color to use as a foreground for a highlighted Thumbnail item.  
Public Property Gets the thumbnail image size.  
Public Property Gets or sets the amount of extra space around the thumbnail item.  
Public Property Gets or sets the height, in pixels, of the image to be drawn in each thumbnail item.  
Public Property Gets or sets the width, in pixels, of the image to be drawn in each thumbnail item.  
Public Property Gets 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 Property Gets or sets default background color for selected items.  
Public Property Gets or sets default foreground color for selected items.  
Public Property Gets or sets the selection mode for items.  
Public Property Gets or sets a value specifying item's shadow visibility.  
Public Property Gets or sets the width of item's shadow.  
Public Property Gets or sets a value indicating whether a larger popup image will appear by pressing the right-mouse-button down.  
Public Property Gets or sets a value specifying sort mode used when a new item is added.  
Public Property Gets or sets an object of a class implementing IComparer interface to make user sorting.  
Public Property Gets the collection of all items.  
Public Property Gets or sets the height of the item title.  
Public Property Gets or sets a value specifying thumbnails title visibility.  
Public Property Gets or sets a value specifying if vertical scrollbar should appear when all items do not fit in the control.  
Public Property Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.  
Public Property Gets or sets the amount of vertical space between thumbnails displayed on the control, in pixels.  
Public Property Gets or sets a value specifying zoom factor for displaying the magnified popup image.  
Top
Public Methods
 NameDescription
Public Method Removes all the items from the Thumbnail control.  
Public Method Removes the specified item from the Thumbnail control.  
Public Method Creates a series of thumbnail items.  
Public MethodAppends all pages from ImageGear.Core.ImGearDocument object to the Thumbnail control.  
Public Method Appends 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 Method Reloads all thumbnails in the Thumbnail control.  
Public Method Reloads thumbnail picture in the specified thumbnail item.  
Top
Public Events
 NameDescription
Public Event This event is called after a new thumbnail item is added to the Thumbnail control.  
Public Event This event is called during the process of creating a thumbnail item.  
Public Event This event is called as each thumbnail item is removed from the control, before the item is removed from the items collection.  
Public Event This event is called during the process of creating a thumbnail item.  
Public Event This event is called to indicate that the user clicked somewhere within the thumbnail control.  
Public Event This event is called to indicate that the user double-clicked somewhere within the thumbnail control.  
Top
See Also

Reference

ImGearThumbnailCtl Class
ImageGear.WPF Namespace
ImGearThumbnailItem Class