Size of a thumbnail in the progress dialog.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ProgressDialogPreviewThumbnailSize As Integer
public int ProgressDialogPreviewThumbnailSize { get; set; }
A positive integer value that specifies size of a thumbnail in the progress dialog. This value should be in range [50, 400]
. If it equals to 0
, no thumbnail is displayed in the progress dialog.
Default value is 96
.