BackgroundImageRepeat Enum
Specifies how a background image fills the available space.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Repeat
|
Repeats the image horizontally and vertically in the background. |
No
|
Displays the image only once and does not repeat it. The image’s position can be specified via the Background |
Repeat
|
Repeats the image horizontally in the background. The vertical position of the images can be specified via the Background |
Repeat
|
Repeats the image vertically in the background. The horizontal position of the images can be specified via the Background |
#Related API Members
The following properties accept/return BackgroundImageRepeat values:
#Remarks
The BackgroundImageRepeat enumerator contains values specifying how a background image fills the available space. The values of this enumerator are used to set the BackgroundImage.Repeat property.