```css
// Property: cancelable// Description: When true allows the user to cancel the progress dialog by pressing the BACK button.// Component(s): Ti.UI.Android.ProgressIndicator'.cancelable': { cancelable: true }
'.cancelable-false': { cancelable: false }
```