Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class ScrollViewIndicatorStyle
InheritanceScrollViewIndicatorStyle Inheritance Object

Scrollview indicator style.



Public Constants
 ConstantDefined By
  BLACK : int = 1
[static] black only.
ScrollViewIndicatorStyle
  DEFAULT : int = 0
[static] black with white border.
ScrollViewIndicatorStyle
  WHITE : int = 2
[static] white only.
ScrollViewIndicatorStyle
Constant Detail
BLACKConstant
public static const BLACK:int = 1

black only. smaller. good against a white background

DEFAULTConstant 
public static const DEFAULT:int = 0

black with white border. good against any background

WHITEConstant 
public static const WHITE:int = 2

white only. smaller. good against a black background