共用方式為


UIImageView.Image 屬性

定義

要顯示在 UIImageView 中的 Thie 影像。

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

屬性值

這個值可以是 null

屬性

備註

此屬性的初始值是 (UIKit.UIImage) 中的映射,如果使用不同的建構函式,則為 null。

設定此屬性並不會變更 UIImageView 的大小。 呼叫 SizeToFit() 以調整檢視的大小以符合影像。

如果 AnimationImages 為非 Null,則會忽略 Image 屬性。

適用於