ImageGear21.Wpf Assembly > ImageGear.WPF Namespace : ImGearThumbnailCtl Class |
The following tables list the members exposed by ImGearThumbnailCtl.
Name | Description | |
---|---|---|
![]() | ImGearThumbnailCtl Constructor | Initializes a new instance of the ImGearThumbnailCtl class. |
Name | Description | |
---|---|---|
![]() ![]() | AllPagesProperty | Represents AllPages dependency property. |
![]() ![]() | AutoFocusProperty | Represents AutoFocus dependency property. |
![]() ![]() | BorderWidthProperty | Represents BorderWidth dependency property. |
![]() ![]() | DragDropOptionsProperty | Represents DragDropOptions dependency property. |
![]() ![]() | HighlightBackColorProperty | Represents HighlightBackColor dependency property. |
![]() ![]() | HighlightForeColorProperty | Represents HighlightForeColor dependency property. |
![]() ![]() | InteriorProperty | Represents Interior dependency property. |
![]() ![]() | ItemHeightProperty | Represents ItemHeight dependency property. |
![]() ![]() | ItemWidthProperty | Represents ItemWidth dependency property. |
![]() ![]() | MarginProperty | Represents Margin dependency property. |
![]() ![]() | ScrollBarVisibilityProperty | Represents ScrollBarVisibility dependency property. |
![]() ![]() | SelectionBackColorProperty | Represents SelectionBackColor dependency property. |
![]() ![]() | SelectionForeColorProperty | Represents SelectionForeColor dependency property. |
![]() ![]() | SelectionModeProperty | Represents SelectionMode dependency property. |
![]() ![]() | ShadowsVisibilityProperty | Represents ShadowsVisibility dependency property. |
![]() ![]() | ShadowWidthProperty | Represents ShadowWidth dependency property. |
![]() ![]() | ShowMagnifyProperty | Represents ShowMagnify dependency property. |
![]() ![]() | SortComparerProperty | Represents SortComparer dependency property. |
![]() ![]() | SortProperty | Represents Sort dependency property. |
![]() ![]() | TitleHeightProperty | Represents TitleHeight dependency property. |
![]() ![]() | TitlesVisibilityProperty | Represents TitlesVisibility dependency property. |
![]() ![]() | XSpacingProperty | Represents XSpacing dependency property. |
![]() ![]() | YSpacingProperty | Represents YSpacing dependency property. |
![]() ![]() | ZoomFactorProperty | Represents ZoomFactor dependency property. |
Name | Description | |
---|---|---|
![]() | AllPages | Gets or sets a value indicating whether all pages of a multi-page image will be loaded into thumbnails. |
![]() | AutoFocus | Gets or sets a value indicating whether the thumbnail browser gets focus when the mouse cursor is on the window. |
![]() | BorderWidth | Gets or sets the border width, in pixels, around the thumbnail. |
![]() | CellSize | Gets the full thumbnail item size, including size of item itself and spacing. |
![]() | Count | Gets the number of items within the Thumbnail control. |
![]() | DragDropOptions | Gets or sets a value specifying whether the thumbnail browser can be a Drag source, Drop target or both. |
![]() | FontFamily | Gets or sets title's font family. |
![]() | FontSize | Gets or sets title's font size. |
![]() | FontStretch | Gets or sets title's font stretch. |
![]() | FontStyle | Gets or sets title's font style. |
![]() | FontWeight | Gets or sets title's font weight. |
![]() | HighlightBackColor | Gets or sets the color to use as a background for the highlighted Thumbnail item. |
![]() | HighlightForeColor | Gets or sets the color to use as a foreground for a highlighted Thumbnail item. |
![]() | ImageSize | Gets the thumbnail image size. |
![]() | Interior | Gets or sets the amount of extra space around the thumbnail item. |
![]() | ItemHeight | Gets or sets the height, in pixels, of the image to be drawn in each thumbnail item. |
![]() | ItemWidth | Gets or sets the width, in pixels, of the image to be drawn in each thumbnail item. |
![]() | Margin | 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. |
![]() | SelectionBackColor | Gets or sets default background color for selected items. |
![]() | SelectionForeColor | Gets or sets default foreground color for selected items. |
![]() | SelectionMode | Gets or sets the selection mode for items. |
![]() | ShadowsVisibility | Gets or sets a value specifying item's shadow visibility. |
![]() | ShadowWidth | Gets or sets the width of item's shadow. |
![]() | ShowMagnify | Gets or sets a value indicating whether a larger popup image will appear by pressing the right-mouse-button down. |
![]() | Sort | Gets or sets a value specifying sort mode used when a new item is added. |
![]() | SortComparer | Gets or sets an object of a class implementing IComparer interface to make user sorting. |
![]() | Thumbnails | Gets the collection of all items. |
![]() | TitleHeight | Gets or sets the height of the item title. |
![]() | TitlesVisibility | Gets or sets a value specifying thumbnails title visibility. |
![]() | VerticalScrollBarVisibility | Gets or sets a value specifying if vertical scrollbar should appear when all items do not fit in the control. |
![]() | XSpacing | Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels. |
![]() | YSpacing | Gets or sets the amount of vertical space between thumbnails displayed on the control, in pixels. |
![]() | ZoomFactor | Gets or sets a value specifying zoom factor for displaying the magnified popup image. |
Name | Description | |
---|---|---|
![]() | DeleteAllItems | Removes all the items from the Thumbnail control. |
![]() | DeleteItem | Removes the specified item from the Thumbnail control. |
![]() | DirectoryAppend | Creates a series of thumbnail items. |
![]() | DocumentAppend | Appends all pages from ImageGear.Core.ImGearDocument object to the Thumbnail control. |
![]() | FileAppend | Appends a file specified by selection to the Thumbnail control. |
![]() | OnApplyTemplate | Overridden. Override to add setting up of events for template parts. |
![]() | PageAppend | Appends ImageGear.Core.ImGearPage object to the Thumbnail control. |
![]() | ReloadAll | Reloads all thumbnails in the Thumbnail control. |
![]() | ReloadItem | Reloads thumbnail picture in the specified thumbnail item. |
Name | Description | |
---|---|---|
![]() | ItemAfterCreate | This event is called after a new thumbnail item is added to the Thumbnail control. |
![]() | ItemAfterLoad | This event is called during the process of creating a thumbnail item. |
![]() | ItemBeforeDelete | This event is called as each thumbnail item is removed from the control, before the item is removed from the items collection. |
![]() | ItemBeforeLoad | This event is called during the process of creating a thumbnail item. |
![]() | ItemClicked | This event is called to indicate that the user clicked somewhere within the thumbnail control. |
![]() | ItemDoubleClicked | This event is called to indicate that the user double-clicked somewhere within the thumbnail control. |