ColorTheme

#include <bb/cascades/ColorTheme>

A class representing the color configurations of the theme.

The style property specifies the VisualStyle that represents the color of the theme. You can read the ColorTheme for an app using the Application::themeSupport property.

Since:

BlackBerry 10.0.0

Properties Index

Public Functions Index

Properties

bb::cascades::VisualStyle::Type style[read-only]

Specifies the current VisualStyle used in the ColorTheme.

Since:

BlackBerry 10.0.0

Public Functions

bb::cascades::VisualStyle::Type style ()

Retrieves the VisualStyle for the theme.

Return:

The application's VisualStyle.

Since:

BlackBerry 10.0.0