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

Thumbnail.BackgroundColor Property

Background color of this Thumbnail instance.

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

Syntax

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

Property Value

A Color value which specifies background color of this Thumbnail instance.

Default value is #ff7905.

Remarks

This property corresponds to BackgroundColor client-side property.

See Also

Reference