Skip to main content

LoadingPanelSettings.VerticalOffset Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int VerticalOffset { get; set; }

Property Value

Type Description
Int32

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

See Also