UIKit.UIPageControl Members

The members of UIKit.UIPageControl are listed below.

See Also: Inherited members from UIKit.UIControl

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIPageControl with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppearanceUIPageControl.UIPageControlAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CurrentPagenint. The current page, indicated by a white dot.
CurrentPageIndicatorTintColorUIColor. The tint to be used for the current-page indicator.
DefersCurrentPageDisplaybool. If true, the current page indicator is not rendered until UpdateCurrentPageDisplay is called. Default is false.
HidesForSinglePagebool. Whether the page control is hidden if there is only one page.
PageIndicatorTintColorUIColor. The tint used for the page indicator.
Pagesnint. The number of pages shown (as dots).

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIPageControl.UIPageControlAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIPageControl.UIPageControlAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIPageControl.UIPageControlAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIPageControl.UIPageControlAppearance
Documentation for this section has not yet been entered.
SizeForNumberOfPages(nint) : CoreGraphics.CGSize
The size this UIPageControl's Bounds needs to be to accomodate the specified number of pages.
UpdateCurrentPageDisplay()
Updates the page indicator to the current page.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIPageControl object.