Gets or sets the captcha image background color.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Color CaptchaBackgroundColor { get; set; }
Visual Basic
Public Property CaptchaBackgroundColor As Color
	Get
	Set
Visual C++
public:
property Color CaptchaBackgroundColor {
	Color get ();
	void set (Color value);
}
F#
member CaptchaBackgroundColor : Color with get, set

Property Value

Type: Color

See Also