# Titanium.UI.iOS.ScrollIndicatorStyle

A set of constants for the styles available for scrollbars used with scrollIndicatorStyle and scrollIndicatorStyle properties.

Availability
5.4.0
9.2.0

# Constants

# BLACK

Availability
5.4.0
9.2.0
BLACK :Number

A style of indicator which is black smaller than the default style. This style is good against a white content background.


# DEFAULT

Availability
5.4.0
9.2.0
DEFAULT :Number

The default style of scroll indicator, which is black with a white border. This style is good against any content background.


# WHITE

Availability
5.4.0
9.2.0
WHITE :Number

A style of indicator is white and smaller than the default style. This style is good against a black content background.