ShellThumbnailThumbnail Property |
Holds the thumbnail as ImageSource.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public ImageSource Thumbnail { get; }
Public ReadOnly Property Thumbnail As ImageSource
Get
public:
property ImageSource^ Thumbnail {
ImageSource^ get ();
}
member Thumbnail : ImageSource with get
Property Value
Type:
ImageSourceThe thumbnail.
See Also