ItemsRepeater.Background 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 un pinceau qui fournit l’arrière-plan du contrôle.
public:
property Brush ^ Background { Brush ^ get(); void set(Brush ^ value); };
Brush Background();
void Background(Brush value);
public Brush Background { get; set; }
var brush = itemsRepeater.background;
itemsRepeater.background = brush;
Public Property Background As Brush
Valeur de propriété
Pinceau qui fournit l’arrière-plan du contrôle. La valeur par défaut est null (un pinceau Null) qui est évalué comme Transparent pour le rendu.