Gets or sets the captcha image fore color.

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

Syntax

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

Property Value

Type: Color

See Also