UICollectionViewCell.BackgroundView Property

Definition

The UIView that is displayed behind the cell's ContentView.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to