Back to Devexpress

ASPxLoadingPanel.HorizontalAlign Property

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

latest1.6 KB
Original Source

ASPxLoadingPanel.HorizontalAlign Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
HorizontalAlignNotSet

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

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace