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

ImageUploader.UploadPaneBackgroundColor Property

Background color of the upload pane.

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

Syntax

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

Property Value

A Color value which specifies background color of the upload pane.

Default value is white.

Remarks

This property corresponds to UploadPaneBackgroundColor client-side property.

See Also

Reference