ThemeBackground QML Type
The ThemeBackground type provides a background item which is rendered using a theme material. More...
Import Statement: | import Sailfish.Silica.Background 1.0 |
Inherits: | Background
|
Properties
Detailed Description
Note: This QML type is under development and is subject to change.
This type may be used to display a custom wallpaper image and pattern in the same style as system application backgrounds.
Property Documentation
backgroundMaterial : string |
The name of the theme background material to use to display the wallpaper and pattern. By default this follows the system theme's current material.
The current supported materials are:
An overlay color to be rendered as part of the background. The exact usage will depend on the selected background material.
The default color will be derived from the background palette and its color scheme.
A highlight color which may be incorportated into the appearance of the background. The exact usage if any will depend on the selected background material.
The default color will be the highlightColor of the background item's palette.