Skip to main content
A newer version of this page is available. .
Tab

ASPxLoadingPanel.VerticalAlign Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
VerticalAlign **NotSet**

One of the VerticalAlign 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