Background Repeat Group
The background repeat group, which appears under the Background tab, looks as follows:

The commands that modify the background-repeat property are as follows:
|
UI Element |
Name |
Description |
|
|
No repeat |
Sets the background-repeat property to no-repeat. |
|
|
Repeat |
Sets the background-repeat property to repeat. |
|
|
Repeat-x |
Sets the background-repeat property to repeat-x. |
|
|
Repeat-y |
Sets the background-repeat property to repeat-y. |
|
|
Inherit |
Sets the background-repeat property to inherit. |
|