ExplorerBrowserThumbnailSize Property |
Gets or sets the size of the icons that is applied when
View is set to
Thumbnail.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
Int32
The size of the icon.
See Also