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

CaptchaImageProperties.BackgroundImage Property

Gets the challenge image‘s background image.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that represents the background image.

Remarks

Use the BackgroundImage property to access the settings of an image which should be displayed as a web control’s challenge image.

See Also