Gets or sets the size of the image thumbnails.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public int ThumbnailSize { get; set; } |
Visual Basic |
---|
Public Property ThumbnailSize As Integer Get Set |
Visual C++ |
---|
public: property int ThumbnailSize { int get (); void set (int value); } |