Skip to main content
Tab

BackgroundImage.VerticalPosition Property

Gets or sets the vertical alignment of the background image(s) within a container element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string VerticalPosition { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the image’s vertical position.

Remarks

The VerticalPosition property is in effect if an image’s BackgroundImage.Repeat property is not set to BackgroundImageRepeat.Repeat. In this instance, the VerticalPosition property specifies how the background image is vertically positioned within the available place of the container element.

The vertical position of a background image(s) can be specified by the BackgroundImage.HorizontalPosition property.

See Also