Gets or sets the color of the upload component background.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

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

Field Value

The color of the background.

See Also