Back to Devexpress

CaptchaImageProperties.BackgroundImage Property

aspnet-devexpress-dot-web-dot-captcha-dot-captchaimageproperties-31e7b614.md

latest1.5 KB
Original Source

CaptchaImageProperties.BackgroundImage Property

Gets the challenge image‘s background image.

Namespace : DevExpress.Web.Captcha

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BackgroundImage BackgroundImage { get; }
vb
Public Overridable ReadOnly Property BackgroundImage As BackgroundImage

Property Value

TypeDescription
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

Captcha Control

CaptchaImageProperties Class

CaptchaImageProperties Members

DevExpress.Web.Captcha Namespace