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

ImageUploader.ThumbnailHorizontalSpacing Property

Horizontal distance between thumbnails in the folder and upload panes.

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

Syntax

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

Property Value

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

Default value is 15.

Remarks

This property corresponds to ThumbnailHorizontalSpacing client-side property.

See Also

Reference