The properties of UIKit.UIPageControl are listed below. For a list of all members, see the UIPageControl Members list.
See Also: Inherited members from UIKit.UIControl
| [read-only] static | Appearance | UIPageControl.UIPageControlAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CurrentPage | nint. The current page, indicated by a white dot. | |
| CurrentPageIndicatorTintColor | UIColor. The tint to be used for the current-page indicator. | |
| DefersCurrentPageDisplay | bool. If true, the current page indicator is not rendered until UpdateCurrentPageDisplay is called. Default is false. | |
| HidesForSinglePage | bool. Whether the page control is hidden if there is only one page. | |
| PageIndicatorTintColor | UIColor. The tint used for the page indicator. | |
| Pages | nint. The number of pages shown (as dots). |