ThumbnailImageImage Property |
Readonly property, which contains the currently shown thumbnail image.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public Image Image { get; protected set; }
Public Property Image As Image
Get
Protected Set
public:
property Image^ Image {
Image^ get ();
protected: void set (Image^ value);
}
member Image : Image with get, set
Property Value
Type:
ImageSee Also