Gets or sets the size of the image thumbnails.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public int ThumbnailSize { get; set; }
Visual Basic (Declaration)
Public Property ThumbnailSize As Integer
Visual C++
public:
property int ThumbnailSize {
	int get ();
	void set (int value);
}

Field Value

The size of the image thumbnails.

See Also