Back to Devexpress

LoadingPanelSettings.HorizontalOffset Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-loadingpanelsettings-32ea7126.md

latest1.3 KB
Original Source

LoadingPanelSettings.HorizontalOffset Property

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

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public int HorizontalOffset { get; set; }
vb
Public Property HorizontalOffset As Integer

Property Value

TypeDescription
Int32

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

|

See Also

Loading Panel Visual Elements

LoadingPanelSettings Class

LoadingPanelSettings Members

DevExpress.Web.Mvc Namespace