Gets or sets the necessary width of the thumbnails.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

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

  


}

Field Value

The width of the thumbnail.

See Also