CaptchaSettings.LoadingPanelImage Property
In This Article
Gets the position of an image displayed within a loading panel with respect to the panel’s text content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageProperties LoadingPanelImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An object that contains image settings. |
See Also