CaptchaImageProperties.FontStyle Property
Gets the style settings used to paint a font within the challenge image.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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