# windowToolbarParam

Dictionary of options for the setToolbar method.

Availability
3.1.3
3.1.3
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# animated

Availability
3.1.3
3.1.3
9.2.0
animated :Boolean

Defines if the toolbar appearance is animated.

Default: true if the window has toolbar items, false otherwise.


# barColor

Availability
3.1.3
3.1.3
9.2.0
barColor :String | Titanium.UI.Color

Background color for the toolbar, as a color name or hex triplet.


# tintColor

Availability
3.1.3
3.1.3
9.2.0
tintColor :String | Titanium.UI.Color

The tintColor to apply to the tool bar.


# translucent

Availability
3.1.3
3.1.3
9.2.0
translucent :Boolean

Defines if the toolbar is translucent.

Default: true