共用方式為


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 屬性的 vale。

適用於

另請參閱

  • <xref:UIKit.UICollectionViewLayout.RegisterClassForDecorationView>