UIKit.UIImageView Members

The members of UIKit.UIImageView 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 UIImageView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.
Creates a UIImageView with the UIImageView.Image already set.
Creates a UIImageView with the UIImageView.Image and UIImageView.HighlightedImage properties already set.

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

AnimationDurationdouble. Number of seconds to cycle through the UIImageView.AnimationImages once.
AnimationImagesUIImage[]. An array of UIKit.UIImage to animate.
AnimationRepeatCountnint. The number of times to repeat the animation.
[read-only]
static
AppearanceUIImageView.UIImageViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Highlightedbool. Whether the UIImageView is highlighted.
HighlightedAnimationImagesUIImage[]. An array of UIKit.UIImage to animate when the view is UIImageView.Highlighted.
HighlightedImageUIImage. Thie image to display when the UIImageView is highlighted.
ImageUIImage. Thie image to display in the UIImageView.
[read-only]
IsAnimatingbool. Whether the animation is running or not.

Public Methods

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

Protected Methods

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