Back to Devexpress

ASPxLoadingPanel.HorizontalOffset Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-6e6610e0.md

latest1.2 KB
Original Source

ASPxLoadingPanel.HorizontalOffset Property

Gets or sets a value that indicates the distance that the ASPxLoadingPanel is offset from its baseline in the horizontal direction. This is a dependency property.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int HorizontalOffset { get; set; }
vb
<DefaultValue(0)>
Public Property HorizontalOffset As Integer

Property Value

TypeDefaultDescription
Int320

An integer value defining the control’s offset from its baseline in the horizontal direction.

|

See Also

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace