Skip to main content
A newer version of this page is available. .

CaptchaImageProperties.FontStyle Property

Gets the style settings used to paint a font within the challenge image.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(CaptchaFontStyle.Italic)]
public CaptchaFontStyle FontStyle { get; set; }

Property Value

Type Default Description
CaptchaFontStyle **Italic**

A CaptchaFontStyle object that contains the style settings.

Available values:

Name Description
Regular

Specifies that a challenge image’s font characters are regular.

Bold

Specifies that a challenge image’s font characters are bold.

Italic

Specifies that a challenge image’s font characters are italic.

See Also