UIImageView.Image 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要顯示在 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 屬性。