Compartir a través de


UICollectionView.BackgroundView Propiedad

Definición

que UIView se encuentra detrás del resto de contenido y se ajusta automáticamente para rellenar los límites completos.

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

Valor de propiedad

El valor predeterminado es null.

Atributos

Comentarios

Si se deja el valor predeterminado de null, el fondo de UICollectionView es el valor de su BackgroundColor propiedad .

Se aplica a

Consulte también

  • <xref:UIKit.UICollectionViewLayout.RegisterClassForDecorationView>