[]
Types of background repeating.
public enum BackgroundRepeatOption
| Name | Description |
|---|---|
| NoRepeat | Do not repeat the background. |
| Repeat | Repeate the background in whole space. |
| RepeatX | Repeat the background in horizontal direction only. |
| RepeatY | Repeat the background in vertical direction only. |