Vertical distance between thumbnails in the folder and upload panes.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("ThumbnailVerticalSpacing", "15");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setThumbnailVerticalSpacing(value);
value = getImageUploader("ImageUploaderID").getThumbnailVerticalSpacing();
Property Value

A non-negative integer value that specifies a vertical thumbnail spacing.

Default value is "15".

See Also

Reference
ThumbnailHorizontalSpacing Property