UICollectionView.BackgroundView Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
UIView qui se trouve derrière tout le contenu et est automatiquement dimensionné pour remplir les limites entières.
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
Valeur de propriété
La valeur par défaut est null
.
- Attributs
Remarques
S’il est laissé à la valeur par défaut de null
, l’arrière-plan de UICollectionView est la valeur de sa BackgroundColor propriété.
S’applique à
Voir aussi
- <xref:UIKit.UICollectionViewLayout.RegisterClassForDecorationView>