Back to Devexpress

BackgroundImageLocation Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d2b8bc34.md

latest2.1 KB
Original Source

BackgroundImageLocation Enum

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BackgroundImageLocation
vb
Public Enum BackgroundImageLocation

Members

NameDescription
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.

|

The following properties accept/return BackgroundImageLocation values:

Remarks

The enumeration is used by the BootstrapRangeSelectorBackgroundSettings.ImageLocation property.

See Also

DevExpress.Web.Bootstrap Namespace