```scss
// Property(ies): autorotate
// Component(s): Ti.UI.ImageView
'.autorotate': { autorotate: true }
'.dont-autorotate': { autorotate: false }
```