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

ImageUploader.AdvancedDetailsInProcessItemBackgroundColor Property

Background color of an item in AdvancedDetails view which indicates items which are being uploaded.

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

Syntax

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

Property Value

A Color value which specifies a background color of an item which is currently being uploaded by Image Uploader.

Default value is #0fff0f.

Remarks

This property corresponds to AdvancedDetailsInProcessItemBackgroundColor client-side property.

See Also

Reference