共用方式為


UITableView.BackgroundView 屬性

定義

資料表的背景檢視。

public virtual UIKit.UIView BackgroundView { [Foundation.Export("backgroundView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setBackgroundView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BackgroundView : UIKit.UIView with get, set

屬性值

進行 UIView

這個值可以是 null

屬性

備註

資料表檢視的背景檢視會自動調整大小,以符合資料表檢視的大小。 背景檢視會放在資料表的所有儲存格、頁首和頁尾檢視後方。

適用於