static let always: PageIndexViewStyle .BackgroundDisplayMode
Background is always displayed behind the page index view.
static let automatic: PageIndexViewStyle .BackgroundDisplayMode
Background will use the default for the platform.
static let interactive: PageIndexViewStyle .BackgroundDisplayMode
Background is only shown while the index view is interacted with.
static let never: PageIndexViewStyle .BackgroundDisplayMode
Background is never displayed behind the page index view.