UIKit.UIScrollViewIndicatorStyle Enumeration
The visual style for a UIKit.UIScrollView's scroll indicator.

Syntax

[ObjCRuntime.Native]
public enum UIScrollViewIndicatorStyle

Remarks

Specifies the visual appearance of the scroll indicators in a UIKit.UIScrollView. Values are:

ConstantDescription
UIScrollViewIndicatorStyle.DefaultBlack with a white border.
UIScrollViewIndicatorStyle.BlackBlack. Narrower than UIScrollViewIndicatorStyle.Default.
UIScrollViewIndicatorStyle.WhiteWhite. Narrower than UIScrollViewIndicatorStyle.Default.

The following image shows the three styles in closeup:

Members

Member NameDescription
BlackA black, borderless scroll indicator. Slightly narrower than UIScrollViewIndicatorStyle.Default.
DefaultA black scroll indicator with a narrow white border. Slightly wider than either UIScrollViewIndicatorStyle.Black or UIScrollViewIndicatorStyle.White
WhiteA white, borderless scroll indicator. Slightly narrower than UIScrollViewIndicatorStyle.Default.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0