Skip to main content

CaptchaTextBoxStyle Class

Contains style settings that specify the appearance of the captcha control’s text box.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CaptchaTextBoxStyle :
    EditStyleBase

The following members return CaptchaTextBoxStyle objects:

Remarks

A CaptchaTextBoxStyle object can be accessed via the ASPxCaptcha.TextBoxStyle property.

See Also