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 の場合もあります。

属性

注釈

テーブル ビューの背景ビューは、テーブル ビューのサイズに合わせて自動的にサイズ変更されます。 背景ビューは、すべてのセル、ヘッダー、フッター ビューの背後にあるテーブルのサブビューとして配置されます。

適用対象