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

ImageUploader.BackgroundColor Property

Background color of the Image Uploader surface.

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 the background color of Image Uploader.

Default value is #c3daf9.

Remarks

This property corresponds to BackgroundColor client-side property.

See Also

Reference