BootstrapRangeSelectorBackgroundSettings.ImageLocation Property
Specifies the location of a background image within a Range Selector control area.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(BackgroundImageLocation.Full)]
public BackgroundImageLocation ImageLocation { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| BackgroundImageLocation | Full | One of the BackgroundImageLocation enumeration values. |
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ImageLocation |
|---|---|
| BootstrapRangeSelector |
|