Skip to main content

ASPxGaugeControl.LoadingPanelImage Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

Remarks

The loading panel’s image is shown if the ASPxGaugeControl.ShowLoadingPanelImage property is set to true. Its position with respect to the panel’s text content is specified by the ASPxGaugeControl.LoadingPanelImagePosition property.

See Also