Ubuntu.Components.Styles ActionBarStyle¶
Style API for action bar.
Import Statement: | import Ubuntu.Components.Styles 1.3 |
Inherits: | Item |
Properties¶
- backgroundColor : color
- buttons : ActionItemProperties
- defaultDelegate : Component
- defaultNumberOfSlots : int
- overflowIconName : string
- overflowIconSource : url
- overflowText : string
Property Documentation¶
backgroundColor : color |
The color of the background of the action bar.
[read-only] buttons : ActionItemProperties |
Configuration of the colors of the action buttons in the action bar.
defaultDelegate : Component |
The default action delegate if the styled item does not provide a different delegate.
defaultNumberOfSlots : int |
The default number of slots for the action bar.
overflowIconName : string |
The icon name for action of the overflow button.
overflowIconSource : url |
The icon source for the action of the overflow button. Setting the icon source will override the icon name.
overflowText : string |
The text for the action of the overflow button, which may be used in the action delegate.