The members of UIKit.UIImageView are listed below.
See Also: Inherited members from UIKit.UIView
| 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. |
| 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. |
| AnimationDuration | double. Number of seconds to cycle through the UIImageView.AnimationImages once. | |
| AnimationImages | UIImage[]. An array of UIKit.UIImage to animate. | |
| AnimationRepeatCount | nint. The number of times to repeat the animation. | |
| [read-only] static | Appearance | UIImageView.UIImageViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Highlighted | bool. Whether the UIImageView is highlighted. | |
| HighlightedAnimationImages | UIImage[]. An array of UIKit.UIImage to animate when the view is UIImageView.Highlighted. | |
| HighlightedImage | UIImage. Thie image to display when the UIImageView is highlighted. | |
| Image | UIImage. Thie image to display in the UIImageView. | |
| [read-only] | IsAnimating | bool. Whether the animation is running or not. |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
StartAnimating()Starts animating images in the UIImageView. | ||
StopAnimating()Stops the animation. | ||