BackgroundImageLocation Enum
Lists options of the background image location within a Range Selector area.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
Full
|
The image is stretched to fill the whole background area. |
Left
|
The image is aligned to the top left corner of the background area. |
Left
|
An image is aligned to the left side of the background area. |
Left
|
The image is aligned to the bottom left corner of the background area. |
Center
|
The image is aligned to the top side of the background area. |
Center
|
The image is displayed in the center of the background area. |
Center
|
The image is aligned to the bottom side of the background area. |
Right
|
The image is aligned to the top right corner of the background area. |
Right
|
The image is aligned to the right side of the background area. |
Right
|
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.