Gets or sets the necessary height 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 ThumbnailHeight { get; set; }
Visual Basic
Public Property ThumbnailHeight As Integer
	Get
	Set
Visual C++
public:
property int ThumbnailHeight {
	int get ();
	void set (int value);

  


}

Field Value

The height of the thumbnail.

See Also