Gets the captcha image 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 CaptchaBackgroundColor { get; }
Visual Basic
Public ReadOnly Property CaptchaBackgroundColor As Color
	Get
Visual C++
public:
property Color CaptchaBackgroundColor {
	Color get ();
}
F#
member CaptchaBackgroundColor : Color with get

Property Value

Type: Color

See Also