PageControl
A row of dots marking the current page of a paging scroll or a carousel.
Properties
AllowsScrubbing
Whether dragging across the dots scrubs through the pages, rather than only tapping them.
Type: bool
Count
How many dots are shown.
Current
The filled dot, updated when the user taps or scrubs the dots.
CurrentDotColor
The color of the filled dot, or null for the system default.
Type: Color?
DotColor
The color of the unfilled dots, or null for the system default.
Type: Color?
HidesForSinglePage
Whether the control hides itself while there is only one page.
Type: bool
PageChanged
Invoked with the new page whenever the user taps or scrubs the dots.