UIKit.UIImageView.Image Property
Thie image to display in the UIImageView.

Syntax

[get: Foundation.Export("image")]
[set: Foundation.Export("setImage:")]
public virtual UIImage Image { get; set; }

Value

This value can be null.

Remarks

The initial value of this property is the image passed in UIImageView(UIImage), or null if a different constructor was used.

Setting this property does does not change the size of a UIImageView. Call UIView.SizeToFit to adjust the size of the view to match the image.

If UIImageView.AnimationImages is non-null, the Image property is ignored.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0