CaptchaFontStyle Enum
Provides style settings used define the font of a validation summary’s challenge image.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return CaptchaFontStyle values:
Remarks
The CaptchaFontStyle class contains settings that define the font style within the editor’s challenge image.
An object of the CaptchaFontStyle type can be accessed via the CaptchaImageProperties.FontStyle property.
See Also