Thumbnail Properties |
The Thumbnail type exposes the following members.
| Name | Description | |
|---|---|---|
| FileInfo | Gets the file information associated with the thumbnail image if it was loaded from a file. | |
| FilePath | Gets the file path associated with the thumbnail image if it was loaded from a file. | |
| FrameIndex | Gets the zero based frame index of the thumbnail if it was loaded from a file and is a multipage image
such as a TIFF. | |
| Image | Gets the thumbnail AtalaImage. | |
| LoadErrorMessage | Gets or sets the error message rendered when there is an error creating the thumbnail. | |
| Row | Gets the DataRow for this Thumbnail when the ThumbnailView is data bound.
| |
| Selected | Gets or sets a value indicating whether this thumbnail is currently selected. | |
| Source | Gets the RandomAccessImageSource used for this thumbnail. | |
| Stream | Gets or sets the stream containing the full size image. | |
| Tag | Gets or sets an object that may be used to keep additional data with the Thumbnail.
| |
| Text | Gets or sets the text caption associated with this Thumbnail object. | |
| ToolTip | Gets or sets the tooltip for the Thumbnail. |