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

ImageUploader.UploadThumbnail2BackgroundColor Property

Background color of the second thumbnail.

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

Syntax

Visual Basic
Public Property UploadThumbnail2BackgroundColor As Color
C#
public Color UploadThumbnail2BackgroundColor { get; set; }

Property Value

A Color value which specifies background color of the second thumbnail.

Default value is white.

Remarks

This property corresponds to UploadThumbnail2BackgroundColor client-side property.

See Also

Reference