UICollectionView.BackgroundView プロパティ

定義

UIView他のすべてのコンテンツの背後にあり、境界全体を埋めるように自動的にサイズ設定される 。

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

プロパティ値

既定値は null です。

属性

注釈

の既定値 nullのままにした場合、 の UICollectionView 背景は プロパティの BackgroundColor 値です。

適用対象

こちらもご覧ください

  • <xref:UIKit.UICollectionViewLayout.RegisterClassForDecorationView>