Skip to main content

CaptchaStyles.TextBox Property

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v24.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