ListView.BackgroundImageTiled 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.
Obtient ou définit une valeur indiquant si l'image d'arrière-plan de ListView doit être affichée en mosaïque.
public:
property bool BackgroundImageTiled { bool get(); void set(bool value); };
public bool BackgroundImageTiled { get; set; }
member this.BackgroundImageTiled : bool with get, set
Public Property BackgroundImageTiled As Boolean
Valeur de propriété
true
si l'image d'arrière-plan de ListView doit être affichée en mosaïque ; sinon, false
. La valeur par défaut est false
.
Remarques
La BackgroundImageTiled propriété retourne false
si aucune image n’est définie.