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

BaseExtender.BackColor Property

Gets or sets the background color of the Web server control.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property BackColor As Color
C#
public override Color BackColor { get; }

Property Value

A Color that represents the background color of the control. The default is Empty, which indicates that this property is not set.

See Also

Reference