Shape.Fill 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.
public:
property Brush ^ Fill { Brush ^ get(); void set(Brush ^ value); };
Brush Fill();
void Fill(Brush value);
public Brush Fill { get; set; }
var brush = shape.fill;
shape.fill = brush;
Public Property Fill As Brush
<shape Fill="{StaticResource resourceName}"/>
- or -
<shape Fill="colorString"/>
- or -
<shape>
<shape.Fill>singleBrush</shape.Fill>
</shape>
Valeur de propriété
Pinceau qui peint/remplit l’intérieur de la forme. La valeur par défaut est null, (un pinceau null) qui est évalué comme Transparent pour le rendu.