Back to Devexpress

ASPxCaptcha.LoadingPanelImage Property

aspnet-devexpress-dot-web-dot-aspxcaptcha-b4e73711.md

latest1.4 KB
Original Source

ASPxCaptcha.LoadingPanelImage Property

Gets the settings of an image displayed within an editor’s loading panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties LoadingPanelImage { get; }
vb
Public ReadOnly Property LoadingPanelImage As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

The loading panel’s image is shown if the SettingsLoadingPanel.ShowImage property is set to true.

See Also

Captcha Control

ASPxCaptcha Class

ASPxCaptcha Members

DevExpress.Web Namespace