Skip to main content

BackgroundImageLocation Enum

Lists options of the background image location within a Range Selector area.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public enum BackgroundImageLocation

Members

Name Description
Full

The image is stretched to fill the whole background area.

LeftTop

The image is aligned to the top left corner of the background area.

LeftCenter

An image is aligned to the left side of the background area.

LeftBottom

The image is aligned to the bottom left corner of the background area.

CenterTop

The image is aligned to the top side of the background area.

Center

The image is displayed in the center of the background area.

CenterBottom

The image is aligned to the bottom side of the background area.

RightTop

The image is aligned to the top right corner of the background area.

RightCenter

The image is aligned to the right side of the background area.

RightBottom

The image is aligned to the bottom right corner of the background area.

Related API Members

The following properties accept/return BackgroundImageLocation values:

Remarks

The enumeration is used by the BootstrapRangeSelectorBackgroundSettings.ImageLocation property.

See Also