PageHeadStyle
Style API for page header. More...
Import Statement: | import Ubuntu.Components.Styles . |
Inherits: |
Properties
- contentHeight : real
- fontSize : string
- fontWeight : int
- maximumNumberOfActions : int
- separatorBottomSource : url
- separatorSource : url
- textColor : color
- textLeftMargin : real
Detailed Description
The component defines the style API for the page header component.
Property Documentation
contentHeight : real |
The height of the headercontents, which is the full height of the header minus the separators shown at the bottom of it.
fontSize : string |
The size of the title font.
fontWeight : int |
The weight of the title font.
maximumNumberOfActions : int |
The number of slots for actions in the header, including the optional (custom or automatic) back button in the left side of the header. If the number of actions defined is larger than the numer of actions specified here, extra actions are put into an overflow.
separatorBottomSource : url |
The source of an additional image attached to the bottom of the separator. The contents of the MainView will be drawn on top of the separator bottom image.
separatorSource : url |
The source of the image that separates the header from the contents of a MainView. The separator will be drawn over the contents.
textColor : color |
The color of the title text.
textLeftMargin : real |
Left margin of title text.