ASPxCaptcha.TextBoxStyle Property
In This Article
Gets the style properties for the text box within the captcha control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual CaptchaTextBoxStyle TextBoxStyle { get; }
#Property Value
Type | Description |
---|---|
Captcha |
A Captcha |
See Also