This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ThumbnailVerticalSpacing Property

Vertical distance between thumbnails in the folder and upload panes.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ThumbnailVerticalSpacing As Integer
C#
public int ThumbnailVerticalSpacing { get; set; }

Property Value

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

Default value is 15.

Remarks

This property corresponds to ThumbnailVerticalSpacing client-side property.

See Also

Reference