Skip to main content
A newer version of this page is available. .

CaptchaStyles.TextBox Property

Gets the style settings that define a text box‘s appearance.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CaptchaTextBoxStyle TextBox { get; }

Property Value

Type Description
CaptchaTextBoxStyle

An CaptchaTextBoxStyle object containing the style settings.

See Also