Skip to main content
Tab

ASPxCaptcha.TextBoxStyle Property

Gets the style properties for the text box within the captcha control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual CaptchaTextBoxStyle TextBoxStyle { get; }

Property Value

Type Description
CaptchaTextBoxStyle

A CaptchaTextBoxStyle object defining the appearance of a text box.

See Also