CaptchaTextBoxStyle Class
In This Article
Contains style settings that specify the appearance of the captcha control’s text box.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CaptchaTextBoxStyle :
EditStyleBase
#Related API Members
The following members return CaptchaTextBoxStyle objects:
#Remarks
A CaptchaTextBoxStyle object can be accessed via the ASPxCaptcha.TextBoxStyle property.
#Inheritance
See Also