UITableView.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.
Vue d’arrière-plan du tableau.
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é
Un UIView
Cette valeur peut être null
.
- Attributs
Remarques
L’affichage d’arrière-plan d’un affichage table est automatiquement redimensionné pour correspondre à la taille de l’affichage de tableau. La vue d’arrière-plan est placée sous la forme d’une sous-vue du tableau derrière toutes les vues de cellule, d’en-tête et de pied de page.