aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d2b8bc34.md
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
public enum BackgroundImageLocation
Public Enum BackgroundImageLocation
| 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.
|
The following properties accept/return BackgroundImageLocation values:
The enumeration is used by the BootstrapRangeSelectorBackgroundSettings.ImageLocation property.
See Also