Class UIScrollViewIndicatorStyle


  • public final class UIScrollViewIndicatorStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Black
      Dark indicator, for use on light backgrounds
      static long Default
      Automatically switches appearance based on the user interface style
      static long White
      Light indicator, for use on dark backgrounds
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Default

        public static final long Default
        Automatically switches appearance based on the user interface style
        See Also:
        Constant Field Values
      • Black

        public static final long Black
        Dark indicator, for use on light backgrounds
        See Also:
        Constant Field Values
      • White

        public static final long White
        Light indicator, for use on dark backgrounds
        See Also:
        Constant Field Values