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 du fichier ListView doit être 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 du fichier ListView doit être mosaïque ; sinon, false. La valeur par défaut est false.
Remarques
La BackgroundImageTiled propriété retourne false si une image n’est pas définie.