blazor-devexpress-dot-blazor-dot-dxrangeselectorbackground-5495afce.md
Specifies the background image position relative to the background area.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
[DefaultValue(RangeSelectorBackgroundImagePosition.Full)]
[Parameter]
public RangeSelectorBackgroundImagePosition ImagePosition { get; set; }
| Type | Default | Description |
|---|---|---|
| RangeSelectorBackgroundImagePosition | Full |
An enumeration value.
|
Available values:
| Name | Description |
|---|---|
| Center |
Centers the image horizontally and vertically.
| | CenterBottom |
Centers the image horizontally and aligns it to the area’s bottom edge.
| | CenterTop |
Centers the image horizontally and aligns it to the area’s top edge.
| | Full |
Scales the image to fill the entire background area.
| | LeftBottom |
Aligns the image to the area’s bottom left corner.
| | LeftCenter |
Centers the image vertically and aligns it to the area’s left edge.
| | LeftTop |
Aligns the image to the area’s top left corner.
| | RightBottom |
Aligns the image to the area’s bottom right corner.
| | RightCenter |
Centers the image vertically and aligns it to the area’s right edge.
| | RightTop |
Aligns the image to the area’s top right corner.
|
Refer to the DxRangeSelectorBackground class description for additional information and an example.
See Also
DxRangeSelectorBackground Class