```scss
// Property(ies): backgroundRepeat
// Component(s): Ti.UI.View
'.bg-repeat': { backgroundRepeat: true }
'.bg-dont-repeat': { backgroundRepeat: false }
'.background-repeat': { backgroundRepeat: true }
'.background-dont-repeat': { backgroundRepeat: false }
```