Skip to main content
Tab

ASPxLoadingPanel.HorizontalAlign Property

Gets or sets the horizontal alignment of the ASPxLoadingPanel‘s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }

#Property Value

Type Default Description
HorizontalAlign NotSet

One of the HorizontalAlign enumeration values.

#Remarks

This property affects the horizontal alignment of the control’s image only if the ASPxLoadingPanel.ImagePosition property is set to the ImagePosition.Bottom or the ImagePosition.Top value.

See Also