```css
// Property: swipeToClose// Description: Boolean value indicating if the user should be able to close a window using a swipe gesture.// Component(s): Ti.UI.TabGroup, Ti.UI.Window'.swipe-to-close': { swipeToClose: true }
'.swipe-to-close-false': { swipeToClose: false }
```