| ExplorerBrowserThumbnailSize Property | 
            Gets or sets the size of the icons that is applied when 
View is set to 
Thumbnail.
            
 ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic int ThumbnailSize { get; set; }Public Property ThumbnailSize As Integer
	Get
	Set
public:
property int ThumbnailSize {
	int get ();
	void set (int value);
}member ThumbnailSize : int with get, set
Property Value
Int32
            The size of the icon.
            
 See Also
See Also