UIKit.UIActivityIndicatorView Members

The members of UIKit.UIActivityIndicatorView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIActivityIndicatorView 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

ActivityIndicatorViewStyleUIActivityIndicatorViewStyle. The appearance of the activity indicator.
[read-only]
static
AppearanceUIActivityIndicatorView.UIActivityIndicatorViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ColorUIColor. The color of the activity indicator.
HidesWhenStoppedbool. This property controls if the activity indicator is hidden when the animation stops.
[read-only]
IsAnimatingbool. Returns true if the activity is animating, false if it is not.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIActivityIndicatorView.UIActivityIndicatorViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIActivityIndicatorView.UIActivityIndicatorViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIActivityIndicatorView.UIActivityIndicatorViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIActivityIndicatorView.UIActivityIndicatorViewAppearance
Documentation for this section has not yet been entered.
StartAnimating()
Starts the progress indicator animation.
StopAnimating()
Stops the progress indicator animation.

Protected Methods

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