Skip to main content
All docs
V25.1
  • DxRangeSelectorBackground.ImagePosition Property

    Specifies the background image position relative to the background area.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    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.

    Remarks

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

    See Also