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

ImageUploader.PaneBackgroundColor Property

Background color of all Image Uploader panes.

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

Syntax

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

Property Value

A Color value which specifies background color for all Image Uploader panes.

Default value is white.

Remarks

This property corresponds to PaneBackgroundColor client-side property.

See Also

Reference