public enum BackgroundRepeatType
Public Enumeration BackgroundRepeatType
No code example is currently available or this language may not be supported.
None | 0 | No Repeat Type specified. |
Repeat | 1 | Repeat in XY axis. |
NoRepeat | 2 | No Repeat. |
RepeatX | 3 | Repeat Horizontally. |
RepeatY | 4 | Repeat Vertically. |