Back to Devexpress

ASPxLoadingPanel.VerticalAlign Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-aa295a8a.md

latest1.6 KB
Original Source

ASPxLoadingPanel.VerticalAlign Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlign { get; set; }
vb
<DefaultValue(VerticalAlign.NotSet)>
Public Property VerticalAlign As VerticalAlign

Property Value

TypeDefaultDescription
VerticalAlignNotSet

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

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace