PageHeaderStyle QML Type
Style API for page header. More...
Import Statement: | import Ubuntu.Components.Styles 1.3 |
Inherits: |
Properties
- backgroundColor : color
- buttons : ActionItemProperties
- contentHeight : real
- defaultActionDelegate : Component
- dividerColor : color
- foregroundColor : color
- subtitleColor : color
- subtitleComponent : Component
- titleComponent : Component
Detailed Description
The component defines the style API for the PageHeader component.
Property Documentation
[read-only] buttons : ActionItemProperties |
Configuration of the colors of the action buttons in the header.
defaultActionDelegate : Component |
The delegate used for the buttons in the leading and trailing ActionBar in the header.
subtitleComponent : Component |
The default component to display the subtitle.
titleComponent : Component |
The default contents that will be loaded when no contents Item was set.