Gets the background color.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public Color BackgroundColor { get; }
Visual Basic
Public ReadOnly Property BackgroundColor As Color
	Get
Visual C++
public:
property Color BackgroundColor {
	Color get ();
}
F#
member BackgroundColor : Color with get

Property Value

Type: Color

See Also