JamBaseShellListViewThumbnailSize Property |
Use the ThumbnailSize property to get or set the size in pixels of the thumbnail images.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic Size ThumbnailSize { get; set; }
Public Property ThumbnailSize As Size
Get
Set
public:
property Size ThumbnailSize {
Size get ();
void set (Size value);
}
member ThumbnailSize : Size with get, set
Property Value
Type:
Size
Remarks
See Also