enum
BackgroundRepeat
public sealed enum BackgroundRepeat : Enum Possible values for background-repeat CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
Repeat | | Repeat the background image on X and Y axises. |
RepeatX | | Repeat the background image on X axis. |
RepeatY | | Repeat the background image on Y axis. |
NoRepeat | | Do not repeat the background image. |
Clamp | | Stretch the edges of the image to fill empty space. |