UIImageView.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thie image to display in the UIImageView.
public virtual UIKit.UIImage Image { [Foundation.Export("image", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Image : UIKit.UIImage with get, set
Property Value
This value can be null
.
- Attributes
Remarks
The initial value of this property is the image passed in C:UIKit.UIImageView(UIKit.UIImage), or null if a different constructor was used.
Setting this property does does not change the size of a UIImageView. Call SizeToFit() to adjust the size of the view to match the image.
If AnimationImages is non-null, the Image property is ignored.