Back to Devexpress

DxRangeSelectorBackground.ImagePosition Property

blazor-devexpress-dot-blazor-dot-dxrangeselectorbackground-5495afce.md

latest2.0 KB
Original Source

DxRangeSelectorBackground.ImagePosition Property

Specifies the background image position relative to the background area.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(RangeSelectorBackgroundImagePosition.Full)]
[Parameter]
public RangeSelectorBackgroundImagePosition ImagePosition { get; set; }

Property Value

TypeDefaultDescription
RangeSelectorBackgroundImagePositionFull

An enumeration value.

|

Available values:

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

|

Remarks

Refer to the DxRangeSelectorBackground class description for additional information and an example.

See Also

DxRangeSelectorBackground Class

DxRangeSelectorBackground Members

DevExpress.Blazor Namespace