```css
// Property: opaquebackground// Description: Boolean value indicating if the option dialog should have an opaque background.// Component(s): Ti.UI.OptionDialog'.opaquebackground': { opaquebackground: true }
'.opaquebg-false': { opaquebackground: false }
```