UICollectionView.BackgroundView Proprietà

Definizione

Oggetto UIView che si trova dietro tutti gli altri contenuti ed è automaticamente ridimensionato per riempire l'intero limite.

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

Valore della proprietà

Il valore predefinito è null.

Attributi

Commenti

Se viene lasciato al valore predefinito di null, lo sfondo dell'oggetto UICollectionViewBackgroundColor è la vale della proprietà.

Si applica a

Vedi anche

  • <xref:UIKit.UICollectionViewLayout.RegisterClassForDecorationView>