Gets the captcha image font family.

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

Syntax

C#
public string CaptchaCaptchaFontFamily { get; }
Visual Basic
Public ReadOnly Property CaptchaCaptchaFontFamily As String
	Get
Visual C++
public:
property String^ CaptchaCaptchaFontFamily {
	String^ get ();
}
F#
member CaptchaCaptchaFontFamily : string with get

Property Value

Type: String

See Also