Specifies the visual appearance of the scroll indicators in a UIKit.UIScrollView. Values are:
| Constant | Description |
|---|---|
| UIScrollViewIndicatorStyle.Default | Black with a white border. |
| UIScrollViewIndicatorStyle.Black | Black. Narrower than UIScrollViewIndicatorStyle.Default. |
| UIScrollViewIndicatorStyle.White | White. Narrower than UIScrollViewIndicatorStyle.Default. |
The following image shows the three styles in closeup:

| Member Name | Description |
|---|---|
| Black | A black, borderless scroll indicator. Slightly narrower than UIScrollViewIndicatorStyle.Default. |
| Default | A black scroll indicator with a narrow white border. Slightly wider than either UIScrollViewIndicatorStyle.Black or UIScrollViewIndicatorStyle.White |
| White | A white, borderless scroll indicator. Slightly narrower than UIScrollViewIndicatorStyle.Default. |