Package | com.myflashlab.air.extensions.richWebView.ios |
Class | public class ScrollViewIndicatorStyle |
Inheritance | ScrollViewIndicatorStyle Object |
Constant | Defined By | ||
---|---|---|---|
BLACK : int = 1 [static] black only. | ScrollViewIndicatorStyle | ||
DEFAULT : int = 0 [static] black with white border. | ScrollViewIndicatorStyle | ||
WHITE : int = 2 [static] white only. | ScrollViewIndicatorStyle |
BLACK | Constant |
public static const BLACK:int = 1
black only. smaller. good against a white background
DEFAULT | Constant |
public static const DEFAULT:int = 0
black with white border. good against any background
WHITE | Constant |
public static const WHITE:int = 2
white only. smaller. good against a black background