Gets or sets the color of the upload component background.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public override Color BackColor { get; set; }
Visual Basic
Public Overrides Property BackColor As Color
	Get
	Set
Visual C++
public:
virtual property Color BackColor {
	Color get () override;
	void set (Color value) override;
}

Field Value

The color of the background.

See Also