CaptchaImageProperties.FontStyle Property
In This Article
Gets the style settings used to paint a font within the challenge image.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(CaptchaFontStyle.Italic)]
public CaptchaFontStyle FontStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Captcha |
Italic | A Captcha |
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