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

ASPxCaptcha.TextBoxStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual CaptchaTextBoxStyle TextBoxStyle { get; }

Property Value

Type Description
CaptchaTextBoxStyle

A CaptchaTextBoxStyle object defining the appearance of a text box.

See Also